annotate modules/modules.xml @ 213:8ba8ab8bf6dd

Demodularize LBF
author Flick <flickerstreak@gmail.com>
date Thu, 18 Nov 2010 20:07:48 -0800
parents 97949dbe987f
children 704f4a05a1d7
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@109 5 <Script file="State.lua"/>
flickerstreak@109 6 <Script file="Action.lua"/>
flickerstreak@109 7 <Script file="PetAction.lua"/>
flickerstreak@134 8 <Script file="Stance.lua"/>
flickerstreak@146 9 <Script file="Bag.lua"/>
flickerstreak@159 10 <Script file="VehicleExit.lua"/>
flickerstreak@161 11 <Script file="Totem.lua"/>
flickerstreak@108 12
flickerstreak@26 13 </Ui>