remove commented headers
This commit is contained in:
@@ -1,20 +1,10 @@
|
|||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "ScreenHighScores.h"
|
#include "ScreenHighScores.h"
|
||||||
#include "ScreenManager.h"
|
#include "ScreenManager.h"
|
||||||
//#include "ThemeManager.h"
|
|
||||||
#include "SongManager.h"
|
#include "SongManager.h"
|
||||||
//#include "GameState.h"
|
|
||||||
//#include "GameManager.h"
|
|
||||||
//#include "Course.h"
|
|
||||||
#include "Song.h"
|
#include "Song.h"
|
||||||
//#include "Steps.h"
|
|
||||||
//#include "ActorUtil.h"
|
|
||||||
//#include "ProfileManager.h"
|
|
||||||
//#include "Profile.h"
|
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "UnlockManager.h"
|
#include "UnlockManager.h"
|
||||||
//#include "ScreenDimensions.h"
|
|
||||||
//#include "PercentageDisplay.h"
|
|
||||||
|
|
||||||
static const char *HighScoresTypeNames[] = {
|
static const char *HighScoresTypeNames[] = {
|
||||||
"AllSteps",
|
"AllSteps",
|
||||||
|
|||||||
@@ -1,20 +1,11 @@
|
|||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "ScreenRanking.h"
|
#include "ScreenRanking.h"
|
||||||
#include "ScreenManager.h"
|
#include "ScreenManager.h"
|
||||||
//#include "ThemeManager.h"
|
|
||||||
#include "SongManager.h"
|
#include "SongManager.h"
|
||||||
#include "GameState.h"
|
#include "GameState.h"
|
||||||
#include "GameManager.h"
|
#include "GameManager.h"
|
||||||
//#include "Course.h"
|
|
||||||
//#include "Song.h"
|
|
||||||
//#include "Steps.h"
|
|
||||||
//#include "ActorUtil.h"
|
|
||||||
#include "ProfileManager.h"
|
#include "ProfileManager.h"
|
||||||
#include "Profile.h"
|
#include "Profile.h"
|
||||||
//#include "RageLog.h"
|
|
||||||
//#include "UnlockManager.h"
|
|
||||||
//#include "ScreenDimensions.h"
|
|
||||||
//#include "PercentageDisplay.h"
|
|
||||||
|
|
||||||
|
|
||||||
static const char *RankingTypeNames[] = {
|
static const char *RankingTypeNames[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user