add missing headers

This commit is contained in:
Glenn Maynard
2003-07-12 20:35:47 +00:00
parent 3fc73cef8c
commit f4dbf99636
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,11 +12,11 @@
#include "ScreenAttract.h" #include "ScreenAttract.h"
#include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES #include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES
#include "Style.h" #include "Style.h"
#include "Sprite.h"
#include "BitmapText.h"
class Course; class Course;
class ScreenRanking : public ScreenAttract class ScreenRanking : public ScreenAttract
{ {
public: public:
+2 -2
View File
@@ -10,15 +10,15 @@
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
*/ */
#include "ScreenAttract.h" #include "ScreenAttract.h"
#include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES
#include "Style.h" #include "Style.h"
#include "ActorUtil.h" #include "ActorUtil.h"
#include "Sprite.h"
#include "BitmapText.h"
#define NUM_UNLOCKS 30 #define NUM_UNLOCKS 30
class Course; class Course;
class ScreenUnlock : public ScreenAttract class ScreenUnlock : public ScreenAttract
{ {
public: public: