diff modules/modules.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 8b81d4b3e73d
children a785d6708388
line wrap: on
line diff
--- a/modules/modules.xml	Tue May 13 16:42:03 2008 +0000
+++ b/modules/modules.xml	Tue May 13 16:42:52 2008 +0000
@@ -6,13 +6,15 @@
 <Include file="ReAction_ConfigUI\ReAction_ConfigUI.xml"/>
 <Include file="ReAction_HideBlizzard\ReAction_HideBlizzard.xml"/>
 
-<!-- action button modules -->
+<!-- general utility modules -->
+<Include file="ReAction_State\ReAction_State.xml"/>
+
+<!-- button modules -->
 <Include file="ReAction_Action\ReAction_Action.xml"/>
 <Include file="ReAction_PetAction\ReAction_PetAction.xml"/>
 <Include file="ReAction_PossessBar\Reaction_PossessBar.xml"/>
 
 <!-- not yet implemented
-<Include file="ReAction_State\ReAction_State.xml"/>
 <Include file="ReAction_BagBar\ReAction_BagBar.xml"/>
 <Include file="ReAction_Label\ReAction_Label.xml"/>
 <Include file="ReAction_MicroMenu\ReAction_MicroMenu.xml"/>