This commit is contained in:
Paul 2001-08-06 15:46:53 +00:00
parent 889634949e
commit e4dc05a3a1
2 changed files with 80 additions and 0 deletions

View file

@ -54,6 +54,7 @@ public:
private:
void getValues();
void setLoadMode(int _newMode);
void renderButtonPrompts();
enum
@ -168,6 +169,9 @@ private:
static CGUISpriteReadout::SpriteReadoutData s_controlReadoutSprites[ICON_COUNT];
static ButtonToIconMap s_controlMap[ICON_COUNT];
class FontBank *m_fontBank;
class SpriteBank *m_spriteBank;
};