This commit is contained in:
parent
b6b1d14c3c
commit
27564c8431
3 changed files with 11 additions and 10 deletions
|
@ -74,6 +74,8 @@ public:
|
|||
void think(int _frames);
|
||||
int readyToShutdown();
|
||||
char *getSceneName() {return"FrontEnd";}
|
||||
|
||||
static void setStartMode(FrontEndMode _mode) {s_startMode=_mode;}
|
||||
|
||||
static void renderLogo();
|
||||
|
||||
|
@ -88,6 +90,8 @@ private:
|
|||
class CFrontEndMode *m_modeCode;
|
||||
static class CFrontEndMode *s_modeCodes[];
|
||||
|
||||
static FrontEndMode s_startMode;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue