fix compile on linux/compilers that would complain about ClassName::Function stuff in the header
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user