This commit is contained in:
Glenn Maynard
2005-09-03 23:42:51 +00:00
parent 59165f49e4
commit 8b0bd8fd11
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -1,7 +1,6 @@
#include "global.h" #include "global.h"
#include "AnnouncerManager.h" #include "AnnouncerManager.h"
#include "RageLog.h" #include "RageLog.h"
#include "RageFile.h"
#include "RageUtil.h" #include "RageUtil.h"
AnnouncerManager* ANNOUNCER = NULL; // global object accessable from anywhere in the program AnnouncerManager* ANNOUNCER = NULL; // global object accessable from anywhere in the program
-1
View File
@@ -15,7 +15,6 @@
#include "TitleSubstitution.h" #include "TitleSubstitution.h"
#include "Steps.h" #include "Steps.h"
#include "BannerCache.h" #include "BannerCache.h"
#include "RageFile.h"
#include "ThemeManager.h" #include "ThemeManager.h"
#include "ProfileManager.h" #include "ProfileManager.h"
#include "Foreach.h" #include "Foreach.h"
-1
View File
@@ -6,7 +6,6 @@
#include "IniFile.h" #include "IniFile.h"
#include "GameManager.h" #include "GameManager.h"
#include "RageLog.h" #include "RageLog.h"
#include "RageFile.h"
#include "song.h" #include "song.h"
#include "SongManager.h" #include "SongManager.h"
#include "Steps.h" #include "Steps.h"
-1
View File
@@ -10,7 +10,6 @@
#include "RageTextureManager.h" #include "RageTextureManager.h"
#include "RageMath.h" #include "RageMath.h"
#include "RageTypes.h" #include "RageTypes.h"
#include "RageFile.h"
#include "GameConstantsAndTypes.h" #include "GameConstantsAndTypes.h"
#include "StepMania.h" #include "StepMania.h"
#include "RageUtil.h" #include "RageUtil.h"
-1
View File
@@ -1,5 +1,4 @@
#include "global.h" #include "global.h"
#include "RageFile.h"
#include "RageDisplay.h" #include "RageDisplay.h"
#include "RageDisplay_Null.h" #include "RageDisplay_Null.h"
-1
View File
@@ -16,7 +16,6 @@
#include "TitleSubstitution.h" #include "TitleSubstitution.h"
#include "BannerCache.h" #include "BannerCache.h"
#include "Sprite.h" #include "Sprite.h"
#include "RageFile.h"
#include "RageFileManager.h" #include "RageFileManager.h"
#include "RageSurface.h" #include "RageSurface.h"
#include "NoteDataUtil.h" #include "NoteDataUtil.h"