fixes for BMS loader, along with commented-out items for other Beatmania modes

This commit is contained in:
Matt Denham
2003-10-28 06:36:11 +00:00
parent 755bab92e5
commit 664524a4e9
6 changed files with 220 additions and 20 deletions
+2
View File
@@ -8,6 +8,8 @@
class BMSLoader: public NotesLoader {
bool LoadFromBMSFile( const CString &sPath, Steps &out1 );
void mapBMSTrackToDanceNote( int iBMSTrack, int &iDanceColOut, char &cNoteCharOut );
void PushTrackNumForMagic( int iTrackNum );
StepsType CheckTracksMagic( void );
public:
void GetApplicableFiles( CString sPath, CStringArray &out );