This commit is contained in:
Paul 2001-07-29 18:39:42 +00:00
parent b6b1d14c3c
commit 27564c8431
3 changed files with 11 additions and 10 deletions

View file

@ -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;
};