missing include

This commit is contained in:
Glenn Maynard
2005-07-03 02:49:42 +00:00
parent ac15f8064b
commit 2b365a1ea9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@
#include "ProfileManager.h"
#include "Profile.h"
#include "StatsManager.h"
#include "Steps.h"
CString JUDGMENT_X_NAME( size_t p, size_t both_sides ) { return "JudgmentXOffset" + (both_sides ? CString("BothSides") : ssprintf("OneSideP%d",int(p+1)) ); }
CString COMBO_X_NAME( size_t p, size_t both_sides ) { return "ComboXOffset" + (both_sides ? CString("BothSides") : ssprintf("OneSideP%d",int(p+1)) ); }
+1
View File
@@ -6,6 +6,7 @@
#include "PrefsManager.h"
#include "GameManager.h"
#include "SongManager.h"
#include "Steps.h"
#include "RageLog.h"
#include "LifeMeterBar.h"
#include "LifeMeterBattery.h"