enforce that changed message is broadcast whenever value changes
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user