remove commented headers
This commit is contained in:
@@ -2,21 +2,9 @@
|
|||||||
#define ScreenHighScores_H
|
#define ScreenHighScores_H
|
||||||
|
|
||||||
#include "ScreenAttract.h"
|
#include "ScreenAttract.h"
|
||||||
//#include "GameConstantsAndTypes.h" // for NUM_RANKING_CLASSIC_LINES
|
|
||||||
#include "Course.h"
|
#include "Course.h"
|
||||||
//#include "BitmapText.h"
|
|
||||||
//#include "Banner.h"
|
|
||||||
//#include "ActorScroller.h"
|
|
||||||
#include "DynamicActorScroller.h"
|
#include "DynamicActorScroller.h"
|
||||||
//#include "ActorUtil.h"
|
|
||||||
//#include "Difficulty.h"
|
|
||||||
//#include "ThemeMetric.h"
|
|
||||||
//#include "CommonMetrics.h"
|
|
||||||
|
|
||||||
//class Course;
|
|
||||||
//class Song;
|
|
||||||
//class Trail;
|
|
||||||
//struct HighScoreList;
|
|
||||||
typedef pair<Difficulty, StepsType> DifficultyAndStepsType;
|
typedef pair<Difficulty, StepsType> DifficultyAndStepsType;
|
||||||
|
|
||||||
enum HighScoresType
|
enum HighScoresType
|
||||||
|
|||||||
@@ -2,21 +2,13 @@
|
|||||||
#define ScreenRanking_H
|
#define ScreenRanking_H
|
||||||
|
|
||||||
#include "ScreenAttract.h"
|
#include "ScreenAttract.h"
|
||||||
//#include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES
|
|
||||||
//#include "Course.h"
|
|
||||||
#include "BitmapText.h"
|
#include "BitmapText.h"
|
||||||
#include "Banner.h"
|
#include "Banner.h"
|
||||||
//#include "ActorScroller.h"
|
|
||||||
//#include "DynamicActorScroller.h"
|
|
||||||
//#include "ActorUtil.h"
|
|
||||||
#include "Difficulty.h"
|
#include "Difficulty.h"
|
||||||
//#include "ThemeMetric.h"
|
|
||||||
#include "CommonMetrics.h"
|
#include "CommonMetrics.h"
|
||||||
|
|
||||||
class Course;
|
class Course;
|
||||||
//class Song;
|
|
||||||
class Trail;
|
class Trail;
|
||||||
//struct HighScoreList;
|
|
||||||
typedef pair<Difficulty, StepsType> DifficultyAndStepsType;
|
typedef pair<Difficulty, StepsType> DifficultyAndStepsType;
|
||||||
|
|
||||||
const int NUM_RANKING_LINES = 5;
|
const int NUM_RANKING_LINES = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user