Change ScoreKeeper's api to take TapNotes instead of the scores.

This commit is contained in:
Steve Checkoway
2006-07-10 05:15:52 +00:00
parent 5a01cb9c3f
commit 1aa51dd1d1
7 changed files with 46 additions and 36 deletions
+3 -3
View File
@@ -52,9 +52,9 @@ public:
// before a song plays (called multiple times if course)
void OnNextSong( int iSongInCourseIndex, const Steps* pSteps, const NoteData* pNoteData );
void HandleTapScore( TapNoteScore score );
void HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTapsInRow );
void HandleHoldScore( HoldNoteScore holdScore, TapNoteScore tapScore );
void HandleTapScore( const TapNote &tn );
void HandleTapRowScore( const TapNote &lastTN, int iNumTapsInRow );
void HandleHoldScore( const TapNote &tn );
// This must be calculated using only cached radar values so that we can
// do it quickly.