fix compile on linux/compilers that would complain about ClassName::Function stuff in the header

This commit is contained in:
AJ Kelly
2010-07-05 21:38:49 -05:00
parent dd760b83cd
commit 398c7bb7cb
+1 -1
View File
@@ -96,7 +96,7 @@ public:
int GetComboAtStartOfStage() const;
bool FullComboOfScore( TapNoteScore tnsAllGreaterOrEqual ) const;
bool FullCombo() const { return FullComboOfScore(TNS_W3); }
TapNoteScore PlayerStageStats::GetBestFullComboTapNoteScore() const;
TapNoteScore GetBestFullComboTapNoteScore() const;
bool SingleDigitsOfScore( TapNoteScore tnsAllGreaterOrEqual ) const;
bool OneOfScore( TapNoteScore tnsAllGreaterOrEqual ) const;
int GetTotalTaps() const;