add fast ClearAll().

This commit is contained in:
Glenn Maynard
2002-12-14 20:30:49 +00:00
parent 2b16fbc4a3
commit 689e9b150d
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ public:
void SetTapNote(int track, int row, TapNote t);
void ClearRange( int iNoteIndexBegin, int iNoteIndexEnd );
void ClearAll() { ClearRange( 0, MAX_TAP_NOTE_ROWS ); };
void ClearAll();
void CopyRange( NoteData* pFrom, int iFromIndexBegin, int iFromIndexEnd, int iToIndexBegin = -1 );
void CopyAll( NoteData* pFrom );