reduce XmlFile dependencies

This commit is contained in:
Glenn Maynard
2004-05-22 01:35:08 +00:00
parent ab04630b41
commit 7b28e73930
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@
#include "PrefsManager.h"
#include "GameConstantsAndTypes.h"
#include "ThemeManager.h"
#include "XmlFile.h"
#define EMPTY_NAME THEME->GetMetric ("HighScore","EmptyName")
+1 -1
View File
@@ -13,8 +13,8 @@
*/
#include "Grade.h"
#include "XmlFile.h"
struct XNode;
struct HighScore
{
CString sName; // name that shows in the machine's ranking screen
+1
View File
@@ -32,6 +32,7 @@
#include "crypto/CryptRand.h"
#include "UnlockSystem.h"
#include "CatalogXml.h"
#include "XmlFile.h"
//
// Old file versions for backward compatibility
+2 -1
View File
@@ -17,13 +17,14 @@
#include "Grade.h"
#include <map>
#include <set>
#include "XmlFile.h"
#include "HighScore.h"
#include "TimeConstants.h"
#include "SongUtil.h" // for SongID
#include "StepsUtil.h" // for StepsID
#include "CourseUtil.h" // for CourseID
struct XNode;
//
// Current file versions
//