This commit is contained in:
parent
314cc34a9b
commit
9087fd50e2
6 changed files with 165 additions and 170 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue