implement NoteDataUtil::ClearLeft and NoteDataUtil::ClearRight without 4s

This commit is contained in:
Glenn Maynard
2005-01-23 05:31:55 +00:00
parent 7b781d4534
commit 7cf3351851
3 changed files with 32 additions and 16 deletions
+1
View File
@@ -68,6 +68,7 @@ public:
void MoveTapNoteTrack( int dest, int src );
void SetTapNote( int track, int row, const TapNote& tn );
void ClearRangeForTrack( int rowBegin, int rowEnd, int iTrack );
void ClearRange( int rowBegin, int rowEnd );
void ClearAll();
void CopyRange( const NoteData& from, int rowFromBegin, int rowFromEnd, int rowToBegin = 0 );