Display the Tickcounts in the editor.

This commit is contained in:
Jason Felds
2011-01-18 12:29:01 -05:00
parent 2504a2c4b5
commit 6107d7275d
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ protected:
void DrawBPMText( const float fBeat, const float fBPM );
void DrawFreezeText( const float fBeat, const float fBPM, const float bDelay );
void DrawTimeSignatureText( const float fBeat, int iNumerator, int iDenominator );
void DrawTickcountText( const float fBeat, int iTicks );
void DrawAttackText( const float fBeat, const Attack &attack );
void DrawBGChangeText( const float fBeat, const RString sNewBGName );
float GetWidth() const;