#include "GameConstantsAndTypes.h"
#include "Grade.h"
#include <map>
#include <set>
#include "HighScore.h"
#include "DateTime.h"
#include "SongUtil.h"
#include "StepsUtil.h"
#include "CourseUtil.h"
#include "TrailUtil.h"
#include "StyleUtil.h"
Go to the source code of this file.
Classes | |
class | Profile |
struct | Profile::HighScoresForASteps |
struct | Profile::HighScoresForASong |
struct | Profile::HighScoresForATrail |
struct | Profile::HighScoresForACourse |
struct | Profile::HighScoreForASongAndSteps |
struct | Profile::HighScoreForACourseAndTrail |
Variables | |
const CString | STATS_XML = "Stats.xml" |
const CString | EDITABLE_INI = "Editable.ini" |
const CString | DONT_SHARE_SIG = "DontShare.sig" |
const CString | PUBLIC_KEY_FILE = "public.key" |
const CString | SCREENSHOTS_SUBDIR = "Screenshots/" |
const CString | EDITS_SUBDIR = "Edits/" |
const CString | LASTGOOD_SUBDIR = "LastGood/" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|