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