cache
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "DifficultyIcon.h"
|
||||
#include "PercentageDisplay.h"
|
||||
#include "BGAnimation.h"
|
||||
#include "ThemeMetric.h"
|
||||
|
||||
|
||||
class HighScoreWheelItem : public ActorFrame
|
||||
@@ -60,6 +61,13 @@ private:
|
||||
void ChangeDisplayedFeat();
|
||||
void SelectChar( PlayerNumber pn, int c );
|
||||
|
||||
ThemeMetric<float> FOV;
|
||||
ThemeMetric<float> ALPHABET_GAP_X;
|
||||
ThemeMetric<int> NUM_ALPHABET_DISPLAYED;
|
||||
ThemeMetric<int> MAX_RANKING_NAME_LENGTH;
|
||||
ThemeMetric<float> FEAT_INTERVAL;
|
||||
ThemeMetric<CString> KEYBOARD_LETTERS;
|
||||
|
||||
ActorFrame m_Keyboard[NUM_PLAYERS];
|
||||
Sprite m_sprCursor[NUM_PLAYERS];
|
||||
vector<BitmapText*> m_textAlphabet[NUM_PLAYERS];
|
||||
|
||||
Reference in New Issue
Block a user