This commit is contained in:
Paul 2001-02-12 16:06:24 +00:00
parent 8bf478b05b
commit 7acb419e21
4 changed files with 80 additions and 23 deletions

View file

@ -22,6 +22,10 @@
#include "frontend\frontend.h"
#endif
#ifndef __GUI_GREADOUT_H__
#include "gui\greadout.h"
#endif
/* Std Lib
------- */
@ -58,6 +62,12 @@ private:
int m_escapeToTitles;
int m_shuttingDown;
class CGUIControlFrame *m_guiFrame;
int m_level;
static int s_levelValues[];
static CGUITextReadout::TextReadoutData s_levelReadoutText[];
int m_startGame;
};