Header cleanup.

This commit is contained in:
Steve Checkoway
2006-08-17 18:46:20 +00:00
parent f6a31ac68f
commit 4746a7585f
2 changed files with 6 additions and 4 deletions
+6 -3
View File
@@ -1,14 +1,17 @@
/* NoteDataWithScoring - NoteData with scores for each TapNote and HoldNote. */ /* NoteDataWithScoring - NoteData with scores for each TapNote and HoldNote. */
#ifndef NOTEDATAWITHSCORING_H #ifndef NOTE_DATA_WITH_SCORING_H
#define NOTEDATAWITHSCORING_H #define NOTE_DATA_WITH_SCORING_H
#include "NoteTypes.h"
#include "PlayerNumber.h" #include "PlayerNumber.h"
#include "GameConstantsAndTypes.h"
struct RadarValues; struct RadarValues;
class NoteData; class NoteData;
class PlayerStageStats; class PlayerStageStats;
class NoteData;
struct TapNote;
namespace NoteDataWithScoring namespace NoteDataWithScoring
{ {
bool IsRowCompletelyJudged( const NoteData &in, unsigned iRow, PlayerNumber pn ); bool IsRowCompletelyJudged( const NoteData &in, unsigned iRow, PlayerNumber pn );
-1
View File
@@ -6,7 +6,6 @@
#include "ReceptorArrow.h" #include "ReceptorArrow.h"
#include "ActorFrame.h" #include "ActorFrame.h"
#include "GameConstantsAndTypes.h" #include "GameConstantsAndTypes.h"
#include "NoteTypes.h"
class PlayerState; class PlayerState;