remove commented headers

This commit is contained in:
Chris Danford
2008-11-27 04:29:55 +00:00
parent fb1a08e8b7
commit ae3d8e520f
2 changed files with 0 additions and 20 deletions
-12
View File
@@ -2,21 +2,9 @@
#define ScreenHighScores_H
#include "ScreenAttract.h"
//#include "GameConstantsAndTypes.h" // for NUM_RANKING_CLASSIC_LINES
#include "Course.h"
//#include "BitmapText.h"
//#include "Banner.h"
//#include "ActorScroller.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;
enum HighScoresType
-8
View File
@@ -2,21 +2,13 @@
#define ScreenRanking_H
#include "ScreenAttract.h"
//#include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES
//#include "Course.h"
#include "BitmapText.h"
#include "Banner.h"
//#include "ActorScroller.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;
const int NUM_RANKING_LINES = 5;