From 4746a7585f727a91daec8a4f4eb09254add683f0 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 17 Aug 2006 18:46:20 +0000 Subject: [PATCH] Header cleanup. --- stepmania/src/NoteDataWithScoring.h | 9 ++++++--- stepmania/src/ReceptorArrowRow.h | 1 - 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/stepmania/src/NoteDataWithScoring.h b/stepmania/src/NoteDataWithScoring.h index 1d6ced585e..bec90f0aac 100644 --- a/stepmania/src/NoteDataWithScoring.h +++ b/stepmania/src/NoteDataWithScoring.h @@ -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 ); diff --git a/stepmania/src/ReceptorArrowRow.h b/stepmania/src/ReceptorArrowRow.h index 0851d6995f..9f8ad3dbcf 100644 --- a/stepmania/src/ReceptorArrowRow.h +++ b/stepmania/src/ReceptorArrowRow.h @@ -6,7 +6,6 @@ #include "ReceptorArrow.h" #include "ActorFrame.h" #include "GameConstantsAndTypes.h" -#include "NoteTypes.h" class PlayerState;