Cleanup.
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
#include "ActorUtil.h"
|
#include "ActorUtil.h"
|
||||||
#include "Game.h"
|
#include "Game.h"
|
||||||
#include "PlayerState.h"
|
#include "PlayerState.h"
|
||||||
|
#include "Sprite.h"
|
||||||
|
#include "NoteTypes.h"
|
||||||
#include "LuaBinding.h"
|
#include "LuaBinding.h"
|
||||||
|
|
||||||
const RString& NoteNotePartToString( NotePart i );
|
const RString& NoteNotePartToString( NotePart i );
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
/* NoteDisplay - Draws TapNotes and HoldNotes. */
|
/* NoteDisplay - Draws TapNotes and HoldNotes. */
|
||||||
|
|
||||||
#ifndef NOTEDISPLAY_H
|
#ifndef NOTE_DISPLAY_H
|
||||||
#define NOTEDISPLAY_H
|
#define NOTE_DISPLAY_H
|
||||||
|
|
||||||
#include "Sprite.h"
|
class Actor;
|
||||||
|
class Sprite;
|
||||||
class Model;
|
class Model;
|
||||||
#include "NoteTypes.h"
|
class PlayerState;
|
||||||
|
struct TapNote;
|
||||||
struct HoldNoteResult;
|
struct HoldNoteResult;
|
||||||
struct NoteMetricCache_t;
|
struct NoteMetricCache_t;
|
||||||
class PlayerState;
|
|
||||||
|
|
||||||
enum NotePart
|
enum NotePart
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user