This commit is contained in:
Paul 2001-08-03 18:09:54 +00:00
parent 06d9909797
commit 4b37a98a63
3 changed files with 20 additions and 15 deletions

View file

@ -58,6 +58,12 @@ private:
} BOSS_DATA;
static const BOSS_DATA s_bossData[];
enum
{
INSTRUCTIONS_Y_POS=215,
INSTRUCTIONS_GAP_BETWEEN_BUTTONS_AND_TEXT=2,
INSTRUCTIONS_BUTTON_Y_OFFSET=3,
};
class FontBank *m_fontBank;
class ScalableFontBank *m_scalableFontBank;