Header cleanup.

This commit is contained in:
Steve Checkoway
2006-08-17 19:05:29 +00:00
parent 35c48c3671
commit e4a8bb782f
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@
#include "ThemeManager.h"
#include "XmlFile.h"
#include "Foreach.h"
#include "RadarValues.h"
#define EMPTY_NAME THEME->GetMetric ("HighScore","EmptyName")
+3 -3
View File
@@ -1,15 +1,15 @@
/* HighScore - Player scoring data that persists between sessions. */
#ifndef HighScore_H
#define HighScore_H
#ifndef HIGH_SCORE_H
#define HIGH_SCORE_H
#include "Grade.h"
#include "GameConstantsAndTypes.h"
#include "RadarValues.h"
#include "DateTime.h"
#include "RageUtil_AutoPtr.h"
class XNode;
class RadarValues;
struct lua_State;
struct HighScoreImpl;