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. */
#ifndef NOTEDATAWITHSCORING_H
#define NOTEDATAWITHSCORING_H
#ifndef NOTE_DATA_WITH_SCORING_H
#define NOTE_DATA_WITH_SCORING_H
#include "NoteTypes.h"
#include "PlayerNumber.h"
#include "GameConstantsAndTypes.h"
struct RadarValues;
class NoteData;
class PlayerStageStats;
class NoteData;
struct TapNote;
namespace NoteDataWithScoring
{
bool IsRowCompletelyJudged( const NoteData &in, unsigned iRow, PlayerNumber pn );