#include "global.h"
#include "ScreenMiniMenu.h"
#include "PrefsManager.h"
#include "ScreenManager.h"
#include "GameSoundManager.h"
#include "GameConstantsAndTypes.h"
#include "ThemeManager.h"
#include "Foreach.h"
#include "ScreenDimensions.h"
Defines | |
#define | PUSH(c) if(c!=NULL) choices.push_back(c); |
Variables | |
const float | LABEL_X = 200 |
const float | ANSWER_X = 440 |
const float | SPACING_Y = 26 |
const float | ZOOM_SELECTED = 0.7f |
const float | ZOOM_NOT_SELECTED = 0.5f |
const RageColor | COLOR_ENABLED = RageColor(1,1,1,1) |
const RageColor | COLOR_DISABLED = RageColor(0.5f,0.5f,0.5f,1) |
const ScreenMessage | SM_GoToOK = (ScreenMessage)(SM_User+1) |
const ScreenMessage | SM_GoToCancel = (ScreenMessage)(SM_User+2) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|