This commit is contained in:
Glenn Maynard
2004-02-16 09:12:59 +00:00
parent 3919e302d0
commit 4156126765
+2 -1
View File
@@ -35,6 +35,7 @@
#include "NoteDataUtil.h" #include "NoteDataUtil.h"
#include "SDL_utils.h" #include "SDL_utils.h"
#include "ProfileManager.h" #include "ProfileManager.h"
#include "StageStats.h"
#include "NotesLoaderSM.h" #include "NotesLoaderSM.h"
#include "NotesLoaderDWI.h" #include "NotesLoaderDWI.h"
@@ -306,7 +307,7 @@ struct SongID
return ret; return ret;
} }
}; };
#include "StageStats.h"
void Song::RevertFromDisk() void Song::RevertFromDisk()
{ {
// Ugly: When we re-load the song, the Steps* will change. // Ugly: When we re-load the song, the Steps* will change.