annotate ReAction.xml @ 104:4bc50350f405

- Added LDB support - Updated readme - Pulled in LibStub and CallbackHandler instead of external
author Flick <flickerstreak@gmail.com>
date Fri, 07 Nov 2008 23:55:33 +0000
parents dd01feae0d89
children 410d036c43b2
rev   line source
flickerstreak@27 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@27 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@27 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@27 4
flickerstreak@27 5 <Include file="lib\embeds.xml"/>
flickerstreak@27 6 <Include file="locale\locale.xml"/>
flickerstreak@27 7
flickerstreak@27 8 <Script file="ReAction.lua"/>
flickerstreak@28 9 <Script file="Bar.lua"/>
flickerstreak@73 10 <Script file="Overlay.lua"/>
flickerstreak@69 11 <Script file="State.lua"/>
flickerstreak@104 12 <Script file="LDB.lua"/>
flickerstreak@27 13
flickerstreak@27 14 <Include file="modules\modules.xml"/>
flickerstreak@28 15 <Include file="bindings.lua"/>
flickerstreak@27 16
flickerstreak@27 17 </Ui>