update makefile, clean up ScoreKeeperShared

This commit is contained in:
AJ Kelly
2010-01-27 01:35:53 -06:00
parent 3e51544930
commit ecbfc2ca9b
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class ScoreKeeperShared : public ScoreKeeperNormal
{
public:
ScoreKeeperShared( PlayerState *pPlayerState, PlayerStageStats *pPlayerStageStats );
void OnNextSong( int iSongInCourseIndex, const Steps* pSteps, const NoteData* pNoteData );
};
#endif