fix up deps
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
#include "GameDef.h"
|
#include "GameDef.h"
|
||||||
#include "IniFile.h"
|
#include "IniFile.h"
|
||||||
#include "GameState.h"
|
#include "GameState.h"
|
||||||
|
#include "NoteData.h"
|
||||||
|
|
||||||
|
|
||||||
void StyleDef::GetTransformedNoteDataForStyle( PlayerNumber pn, NoteData* pOriginal, NoteData* pNoteDataOut ) const
|
void StyleDef::GetTransformedNoteDataForStyle( PlayerNumber pn, NoteData* pOriginal, NoteData* pNoteDataOut ) const
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
#include "StyleInput.h"
|
#include "StyleInput.h"
|
||||||
#include "GameInput.h"
|
#include "GameInput.h"
|
||||||
#include "Game.h"
|
#include "Game.h"
|
||||||
|
#include "NoteTypes.h"
|
||||||
|
|
||||||
|
|
||||||
const int MAX_COLS_PER_PLAYER = MAX_NOTE_TRACKS;
|
const int MAX_COLS_PER_PLAYER = MAX_NOTE_TRACKS;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
Chris Danford
|
Chris Danford
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#include "NoteData.h"
|
#include "GameConstantsAndTypes.h"
|
||||||
|
|
||||||
struct StyleInput
|
struct StyleInput
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user