make CacheAllUsedNoteSkins available
This commit is contained in:
@@ -28,6 +28,9 @@ public:
|
|||||||
int iEndDrawingPixel );
|
int iEndDrawingPixel );
|
||||||
virtual void Unload();
|
virtual void Unload();
|
||||||
|
|
||||||
|
// This is done automatically by Init(), but can be re-called explicitly if the
|
||||||
|
// note skin changes.
|
||||||
|
void CacheAllUsedNoteSkins();
|
||||||
void FadeToFail();
|
void FadeToFail();
|
||||||
|
|
||||||
void Step( int iCol, TapNoteScore score );
|
void Step( int iCol, TapNoteScore score );
|
||||||
@@ -40,7 +43,6 @@ public:
|
|||||||
int m_iBeginMarker, m_iEndMarker; // only used with MODE_EDIT
|
int m_iBeginMarker, m_iEndMarker; // only used with MODE_EDIT
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void CacheAllUsedNoteSkins();
|
|
||||||
void CacheNoteSkin( const RString &sNoteSkin );
|
void CacheNoteSkin( const RString &sNoteSkin );
|
||||||
|
|
||||||
bool IsOnScreen( float fBeat, int iFirstPixelToDraw, int iLastPixelToDraw ) const;
|
bool IsOnScreen( float fBeat, int iFirstPixelToDraw, int iLastPixelToDraw ) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user