fixes for BMS loader, along with commented-out items for other Beatmania modes
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user