c53f742: add GetBestFullComboTapNoteScore [Chris Danford]

This commit is contained in:
AJ Kelly
2010-07-03 17:59:38 -05:00
parent ccc3a55cca
commit 5c54a7985e
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -96,6 +96,7 @@ public:
int GetComboAtStartOfStage() const;
bool FullComboOfScore( TapNoteScore tnsAllGreaterOrEqual ) const;
bool FullCombo() const { return FullComboOfScore(TNS_W3); }
TapNoteScore PlayerStageStats::GetBestFullComboTapNoteScore() const;
bool SingleDigitsOfScore( TapNoteScore tnsAllGreaterOrEqual ) const;
bool OneOfScore( TapNoteScore tnsAllGreaterOrEqual ) const;
int GetTotalTaps() const;