add missing header

This commit is contained in:
Glenn Maynard
2003-07-26 22:00:51 +00:00
parent dc9b6ed06d
commit f0b61ec688
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@
#include "GameState.h"
#include "Course.h"
#include "UnlockSystem.h"
#include "SDL_utils.h"
ScoreKeeperMAX2::ScoreKeeperMAX2( const vector<Notes*>& apNotes_, PlayerNumber pn_ ):
+1
View File
@@ -38,6 +38,7 @@
#include "ActorUtil.h"
#include "NoteSkinManager.h"
#include "RageTextureManager.h"
#include "RageSoundManager.h"
#include "CombinedLifeMeterEnemy.h"
#include "CombinedLifeMeterTug.h"
#include "Inventory.h"