This commit is contained in:
parent
889634949e
commit
e4dc05a3a1
2 changed files with 80 additions and 0 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue