Include dependency graph for ActionEngine.h:
Go to the source code of this file.
Compounds | |
class | ActionEngine |
The base class for a game. More... | |
Defines | |
#define | MYACTIONENGINE_PUBLIC_OPS |
|
Value: MyActionEngine() SEC_GAME; \ ~MyActionEngine() SEC_GAME; \ void init() SEC_GAME; \ Screen *getCurrentScreen() const SEC_GAME; \ Screen *getNextScreen() SEC_GAME; \ \ UInt16 getStateDescriptorsVersion() const SEC_GAME; Definition at line 122 of file ActionEngine.h. |