#include "global.h"
#include "StepsUtil.h"
#include "Steps.h"
#include "ProfileManager.h"
#include "song.h"
#include "SongManager.h"
#include "GameManager.h"
#include "XmlFile.h"
Defines | |
#define | COMP(a) if(a<rhs.a) return true; if(a>rhs.a) return false; |
Typedefs | |
typedef pair< SongID, StepsID > | SongIDAndStepsID |
Functions | |
bool | CompareStepsPointersBySortValueAscending (const Steps *pSteps1, const Steps *pSteps2) |
bool | CompareStepsPointersBySortValueDescending (const Steps *pSteps1, const Steps *pSteps2) |
Variables | |
map< const Steps *, CString > | steps_sort_val |
map< SongIDAndStepsID, Steps * > | g_Cache |
|
|
|
|
|
|
|
|
|
|
|
|