Header cleanup.

This commit is contained in:
Steve Checkoway
2006-08-17 18:14:24 +00:00
parent 5ccbffebfc
commit 63b3bc4cb7
3 changed files with 4 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@
#include "NoteTypes.h"
#include <map>
#include <set>
#include "Attack.h"
#define FOREACH_NONEMPTY_ROW_IN_TRACK( nd, track, row ) \
for( int row = -1; (nd).GetNextTapNoteRowForTrack(track,row); )
+1
View File
@@ -19,6 +19,7 @@
#include <float.h>
#include "BackgroundUtil.h"
#include "Course.h"
#include "NoteData.h"
NoteField::NoteField()
{
+3 -1
View File
@@ -7,11 +7,13 @@
#include "ActorFrame.h"
#include "BitmapText.h"
#include "Quad.h"
#include "NoteData.h"
#include "NoteDisplay.h"
#include "ReceptorArrowRow.h"
#include "GhostArrowRow.h"
class Attack;
class NoteData;
class NoteField : public ActorFrame
{
public: