reduce XmlFile dependencies
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
#include "PrefsManager.h"
|
#include "PrefsManager.h"
|
||||||
#include "GameConstantsAndTypes.h"
|
#include "GameConstantsAndTypes.h"
|
||||||
#include "ThemeManager.h"
|
#include "ThemeManager.h"
|
||||||
|
#include "XmlFile.h"
|
||||||
|
|
||||||
#define EMPTY_NAME THEME->GetMetric ("HighScore","EmptyName")
|
#define EMPTY_NAME THEME->GetMetric ("HighScore","EmptyName")
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Grade.h"
|
#include "Grade.h"
|
||||||
#include "XmlFile.h"
|
|
||||||
|
|
||||||
|
struct XNode;
|
||||||
struct HighScore
|
struct HighScore
|
||||||
{
|
{
|
||||||
CString sName; // name that shows in the machine's ranking screen
|
CString sName; // name that shows in the machine's ranking screen
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
#include "crypto/CryptRand.h"
|
#include "crypto/CryptRand.h"
|
||||||
#include "UnlockSystem.h"
|
#include "UnlockSystem.h"
|
||||||
#include "CatalogXml.h"
|
#include "CatalogXml.h"
|
||||||
|
#include "XmlFile.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Old file versions for backward compatibility
|
// Old file versions for backward compatibility
|
||||||
|
|||||||
@@ -17,13 +17,14 @@
|
|||||||
#include "Grade.h"
|
#include "Grade.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include "XmlFile.h"
|
|
||||||
#include "HighScore.h"
|
#include "HighScore.h"
|
||||||
#include "TimeConstants.h"
|
#include "TimeConstants.h"
|
||||||
#include "SongUtil.h" // for SongID
|
#include "SongUtil.h" // for SongID
|
||||||
#include "StepsUtil.h" // for StepsID
|
#include "StepsUtil.h" // for StepsID
|
||||||
#include "CourseUtil.h" // for CourseID
|
#include "CourseUtil.h" // for CourseID
|
||||||
|
|
||||||
|
struct XNode;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Current file versions
|
// Current file versions
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user