This commit is contained in:
Paul 2001-08-03 16:15:46 +00:00
parent 314cc34a9b
commit 9087fd50e2
6 changed files with 165 additions and 170 deletions

View file

@ -47,6 +47,8 @@ public:
private:
void exit();
typedef struct
{
u16 m_titleTextId;
@ -57,10 +59,12 @@ private:
static const BOSS_DATA s_bossData[];
class FontBank *m_fontBank;
class ScalableFontBank *m_scalableFontBank;
int m_readyToExit;
int m_currentPage;
};