fix 2 and 3

This commit is contained in:
Glenn Maynard
2004-11-01 08:06:56 +00:00
parent 638a5fd89d
commit f55a617641
2 changed files with 32 additions and 16 deletions
+4
View File
@@ -13,6 +13,10 @@ class BMSLoader: public NotesLoader
void SlideDuplicateDifficulties( Song &p );
map<int, float> m_MeasureToTimeSig;
float GetBeatsPerMeasure( int iMeasure ) const;
int GetMeasureStartRow( int iMeasureNo ) const;
public:
void GetApplicableFiles( CString sPath, CStringArray &out );
bool LoadFromDir( CString sDir, Song &out );