This commit is contained in:
Glenn Maynard
2006-01-30 22:51:01 +00:00
parent 3507956b71
commit 16bd1d06cb
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ public:
protected:
void CacheAllUsedNoteSkins();
bool IsOnScreen( float fBeat, int iFirstPixelToDraw, int iLastPixelToDraw );
bool IsOnScreen( float fBeat, int iFirstPixelToDraw, int iLastPixelToDraw ) const;
void DrawBeatBar( const float fBeat );
void DrawMarkerBar( int fBeat );
@@ -52,7 +52,7 @@ protected:
void DrawFreezeText( const float fBeat, const float fBPM );
void DrawAttackText( const float fBeat, const Attack &attack );
void DrawBGChangeText( const float fBeat, const RString sNewBGName );
float GetWidth();
float GetWidth() const;
const NoteData *m_pNoteData;