#include "global.h"#include "PercentageDisplay.h"#include "GameState.h"#include "ThemeManager.h"#include "PrefsManager.h"#include "ActorUtil.h"#include "RageLog.h"#include "StageStats.h"Defines | |
| #define | DANCE_POINT_DIGITS THEME->GetMetricI(m_sName,"DancePointsDigits") |
| #define | PERCENT_DECIMAL_PLACES THEME->GetMetricI(m_sName,"PercentDecimalPlaces") |
| #define | PERCENT_TOTAL_SIZE THEME->GetMetricI(m_sName,"PercentTotalSize") |
| #define | PERCENT_USE_REMAINDER THEME->GetMetricB(m_sName,"PercentUseRemainder") |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7