annotate ReAction.xml @ 62:f9cdb920470a

Added first cut on State module. Menu system only, it doesn't do anything. The menu system and data storage will change substantially when the implementation takes shape.
author Flick <flickerstreak@gmail.com>
date Tue, 13 May 2008 16:42:52 +0000
parents 21bcaf8215ff
children a785d6708388
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@27 10
flickerstreak@27 11 <Include file="modules\modules.xml"/>
flickerstreak@28 12 <Include file="bindings.lua"/>
flickerstreak@27 13
flickerstreak@27 14 </Ui>