Add PlayerNumber.h header.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "HighScore.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "PlayerNumber.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "XmlFile.h"
|
||||
#include "Foreach.h"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "ActorFrame.h"
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "PlayerNumber.h"
|
||||
#include "AutoActor.h"
|
||||
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
#define NOTE_TYPES_H
|
||||
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "PlayerNumber.h"
|
||||
|
||||
class XNode;
|
||||
|
||||
struct TapNoteResult
|
||||
|
||||
@@ -9,6 +9,7 @@ class Steps;
|
||||
class Trail;
|
||||
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "PlayerNumber.h"
|
||||
|
||||
class PlayerOptions
|
||||
{
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "Grade.h"
|
||||
#include "RadarValues.h"
|
||||
#include "HighScore.h"
|
||||
#include "PlayerNumber.h"
|
||||
#include <map>
|
||||
class Steps;
|
||||
struct lua_State;
|
||||
|
||||
Reference in New Issue
Block a user