add missing headers
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user