diff --git a/stepmania/src/NoteField.h b/stepmania/src/NoteField.h index 613baf3e80..5819714f5a 100644 --- a/stepmania/src/NoteField.h +++ b/stepmania/src/NoteField.h @@ -44,6 +44,8 @@ public: protected: void CacheAllUsedNoteSkins(); + bool IsOnScreen( float fBeat, int iFirstPixelToDraw, int iLastPixelToDraw ); + void DrawBeatBar( const float fBeat ); void DrawMarkerBar( int fBeat ); void DrawAreaHighlight( int iStartBeat, int iEndBeat );