This commit is contained in:
parent
88cb2ac4b8
commit
23aefc750c
2 changed files with 103 additions and 0 deletions
|
@ -81,6 +81,7 @@ private:
|
|||
};
|
||||
|
||||
void setMode(MODE _newMode);
|
||||
void renderButtonPrompts();
|
||||
|
||||
class CSaveLoadDatabase *m_saveLoadDatabase;
|
||||
|
||||
|
@ -98,6 +99,9 @@ private:
|
|||
|
||||
static NEXTSCENE s_nextScene;
|
||||
|
||||
class FontBank *m_fontBank;
|
||||
class SpriteBank *m_spriteBank;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue