annotate modules/modules.xml @ 146:86564b5cbbff

Added bag button support
author Flick <flickerstreak@gmail.com>
date Thu, 30 Apr 2009 16:51:43 +0000
parents d186e041ca14
children 799c6ea9da7b
rev   line source
flickerstreak@26 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@26 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@26 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@26 4
flickerstreak@112 5 <Script file="ConfigUI.lua"/>
flickerstreak@109 6 <Script file="State.lua"/>
flickerstreak@109 7 <Script file="LBF.lua"/>
flickerstreak@109 8 <Script file="HideBlizzard.lua"/>
flickerstreak@109 9 <Script file="Action.lua"/>
flickerstreak@109 10 <Script file="PetAction.lua"/>
flickerstreak@134 11 <Script file="Stance.lua"/>
flickerstreak@146 12 <Script file="Bag.lua"/>
flickerstreak@108 13
flickerstreak@26 14 </Ui>