CopyRange const fix.

Add To4s, From4s.
This commit is contained in:
Glenn Maynard
2003-10-04 04:05:29 +00:00
parent 7d4ef141dc
commit 45fcce6e07
2 changed files with 21 additions and 7 deletions
+3 -1
View File
@@ -57,7 +57,7 @@ public:
void ClearRange( int iNoteIndexBegin, int iNoteIndexEnd );
void ClearAll();
void CopyRange( NoteData* pFrom, int iFromIndexBegin, int iFromIndexEnd, int iToIndexBegin = -1 );
void CopyRange( const NoteData* pFrom, int iFromIndexBegin, int iFromIndexEnd, int iToIndexBegin = -1 );
void CopyAll( const NoteData* pFrom );
inline bool IsRowEmpty( int index ) const
@@ -135,6 +135,8 @@ public:
void Convert4sToHoldNotes();
void ConvertHoldNotesTo4s();
void To4s( const NoteData &out );
void From4s( const NoteData &out );
// True if no notes in row that aren't true in the mask
bool RowPassesValidMask( int row, bool bValidMask[] );