From f4dbf9963691d1b97f6ecf47033410bffcfcd62e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 12 Jul 2003 20:35:47 +0000 Subject: [PATCH] add missing headers --- stepmania/src/ScreenRanking.h | 4 ++-- stepmania/src/ScreenUnlock.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/src/ScreenRanking.h b/stepmania/src/ScreenRanking.h index c3fe289a55..dc3326f1fb 100644 --- a/stepmania/src/ScreenRanking.h +++ b/stepmania/src/ScreenRanking.h @@ -12,11 +12,11 @@ #include "ScreenAttract.h" #include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES #include "Style.h" - +#include "Sprite.h" +#include "BitmapText.h" class Course; - class ScreenRanking : public ScreenAttract { public: diff --git a/stepmania/src/ScreenUnlock.h b/stepmania/src/ScreenUnlock.h index a3dc9bc807..32d541959e 100644 --- a/stepmania/src/ScreenUnlock.h +++ b/stepmania/src/ScreenUnlock.h @@ -10,15 +10,15 @@ ----------------------------------------------------------------------------- */ #include "ScreenAttract.h" -#include "GameConstantsAndTypes.h" // for NUM_RANKING_LINES #include "Style.h" #include "ActorUtil.h" +#include "Sprite.h" +#include "BitmapText.h" #define NUM_UNLOCKS 30 class Course; - class ScreenUnlock : public ScreenAttract { public: