add "Autogen To Fill Width" to editor

This commit is contained in:
Chris Danford
2005-03-25 09:36:08 +00:00
parent 91c8cfec66
commit 441e86ac24
4 changed files with 32 additions and 2 deletions
+2
View File
@@ -104,6 +104,8 @@ namespace NoteDataUtil
void RemoveAllTapsOfType( NoteData& ndInOut, TapNote::Type typeToRemove );
void RemoveAllTapsExceptForType( NoteData& ndInOut, TapNote::Type typeToKeep );
int GetNumUsedTracks( const NoteData& in );
};
#endif