22 #ifndef PARALLACTION_GUI_H 23 #define PARALLACTION_GUI_H 25 #include "common/system.h" 26 #include "common/hashmap.h" 28 #include "parallaction/input.h" 29 #include "parallaction/parallaction.h" 30 #include "parallaction/sound.h" 52 _newState = getState(name);
57 _map.setVal(name, state);
74 debugC(3, kDebugExec,
"MenuInputState(%s)", name.c_str());
75 _helper->addState(name,
this);
83 virtual void enter() = 0;
void void void void void debugC(int level, uint32 debugChannels, MSVC_PRINTF const char *s,...) GCC_PRINTF(3