enforce that changed message is broadcast whenever value changes

This commit is contained in:
Chris Danford
2005-02-24 12:27:30 +00:00
parent 94743864e6
commit ab22e629d4
19 changed files with 54 additions and 26 deletions
+7
View File
@@ -3,10 +3,17 @@
#include "Foreach.h"
#include "Actor.h"
#include "RageUtil.h"
#include "EnumHelper.h"
MessageManager* MESSAGEMAN = NULL; // global and accessable from anywhere in our program
static const CString MessageNames[NUM_MESSAGES] = {
"CurrentSongChanged",
};
XToString( Message );
MessageManager::MessageManager()
{
}