annotate classes/classes.xml @ 134:d186e041ca14

Added stance bar support
author Flick <flickerstreak@gmail.com>
date Tue, 17 Mar 2009 23:38:38 +0000
parents 6e4a11b9d290
children 86564b5cbbff
rev   line source
flickerstreak@122 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@122 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@122 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@122 4
flickerstreak@122 5 <Script file="GridProxy.lua"/>
flickerstreak@122 6 <Script file="Bar.lua"/>
flickerstreak@122 7 <Script file="Overlay.lua"/>
flickerstreak@122 8 <Script file="Button.lua"/>
flickerstreak@123 9 <Script file="ActionButton.lua"/>
flickerstreak@130 10 <Script file="PetActionButton.lua"/>
flickerstreak@134 11 <Script file="StanceButton.lua"/>
flickerstreak@122 12
flickerstreak@122 13 </Ui>