pass TapNote to GhostArrowRow::SetHoldShowing

This commit is contained in:
Glenn Maynard
2007-05-13 16:15:11 +00:00
parent 6a665f43fb
commit 8ea63dbbd6
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
#include "ActorFrame.h"
#include "GameConstantsAndTypes.h"
#include "NoteTypes.h"
class PlayerState;
@@ -20,7 +21,7 @@ public:
void DidTapNote( int iCol, TapNoteScore tns, bool bBright );
void DidHoldNote( int iCol, HoldNoteScore hns, bool bBright );
void SetHoldShowing( int iCol );
void SetHoldShowing( int iCol, const TapNote &tn );
protected:
float m_fYReverseOffsetPixels;