view ReAction.xml @ 63:768be7eb22a0

Converted several ReAction APIs to event-driven model instead of 'call-method-on-all-modules' model. Cleaned up a number of other architectural issues.
author Flick <flickerstreak@gmail.com>
date Thu, 22 May 2008 22:02:08 +0000
parents 21bcaf8215ff
children a785d6708388
line wrap: on
line source
<Ui xmlns="http://www.blizzard.com/wow/ui/" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">

<Include file="lib\embeds.xml"/>
<Include file="locale\locale.xml"/>

<Script file="ReAction.lua"/>
<Script file="Bar.lua"/>

<Include file="modules\modules.xml"/>
<Include file="bindings.lua"/>

</Ui>