#include "ScreenAttract.h"
#include "GameConstantsAndTypes.h"
#include "Sprite.h"
#include "BitmapText.h"
#include "Banner.h"
#include "ListDisplay.h"
#include "ActorUtil.h"
#include "Difficulty.h"
Go to the source code of this file.
Classes | |
class | ScreenRanking |
struct | ScreenRanking::PageToShow |
struct | ScreenRanking::StepsScoreRowItem |
struct | ScreenRanking::CourseScoreRowItem |
Defines | |
#define | FOREACH_PageType(pt) FOREACH_ENUM( PageType, NUM_PAGE_TYPES, pt ) |
Enumerations | |
enum | PageType { PAGE_TYPE_CATEGORY, PAGE_TYPE_TRAIL, PAGE_TYPE_ALL_STEPS, PAGE_TYPE_ALL_COURSES, NUM_PAGE_TYPES } |
Functions | |
const CString & | PageTypeToString (PageType pt) |
|
|
|
|
|
|