#include "global.h"#include "Course.h"#include "PrefsManager.h"#include "song.h"#include "GameManager.h"#include "SongManager.h"#include "GameState.h"#include "RageException.h"#include "RageLog.h"#include "MsdFile.h"#include "PlayerOptions.h"#include "SongOptions.h"#include "RageUtil.h"#include "TitleSubstitution.h"#include "Steps.h"#include "BannerCache.h"#include "RageFile.h"#include "arch/arch.h"#include "ThemeManager.h"#include "ProfileManager.h"#include "Foreach.h"Classes | |
| struct | SortTrailEntry |
Defines | |
| #define | SORT_LEVEL1_COLOR THEME->GetMetricC("Course","SortLevel1Color") |
| #define | SORT_LEVEL2_COLOR THEME->GetMetricC("Course","SortLevel2Color") |
| #define | SORT_LEVEL3_COLOR THEME->GetMetricC("Course","SortLevel3Color") |
| #define | SORT_LEVEL4_COLOR THEME->GetMetricC("Course","SortLevel4Color") |
| #define | SORT_LEVEL5_COLOR THEME->GetMetricC("Course","SortLevel5Color") |
Functions | |
| vector< Song * > | GetFilteredBestSongs (StepsType st) |
Variables | |
| const int | COURSE_DIFFICULTY_CLASS_CHANGE [NUM_DIFFICULTIES] = { -1, -1, 0, 1, 1 } |
| const int | MAX_BOTTOM_RANGE = 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7