This commit is contained in:
Glenn Maynard
2003-11-02 02:12:04 +00:00
parent 9019a4fbd1
commit 6efbfcba8c
2 changed files with 16 additions and 43 deletions
-4
View File
@@ -14,7 +14,6 @@
-----------------------------------------------------------------------------
*/
//#include "GameConstantsAndTypes.h"
#include "NoteTypes.h"
// '1' = tap note
@@ -141,9 +140,6 @@ public:
void From4s( const NoteData &out );
void EliminateAllButOneTap( int row );
// MD 10/29/03 - Join two tracks together.
void CombineTracks( int iTrackTo, int iTrackFrom );
};