add missing header

This commit is contained in:
Glenn Maynard
2003-07-26 21:43:40 +00:00
parent 11c992d0f2
commit 9b3112facd
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
#include "AnnouncerManager.h"
#include "ThemeManager.h"
#include "Font.h"
#include "RageSoundManager.h"
const float TIMER_SECONDS = 99;
+1
View File
@@ -17,6 +17,7 @@
#include "RageSound.h"
#include "ThemeManager.h"
#include "ScreenManager.h"
#include "RageSoundManager.h"
Screen::Screen( CString sName )
{
+1
View File
@@ -19,6 +19,7 @@
#include "GameManager.h"
#include "GameConstantsAndTypes.h"
#include "RageLog.h"
#include "RageSoundManager.h"
#include "GameState.h"
#include "InputMapper.h"
#include "RageLog.h"