[splittiming] More progress.

This commit is contained in:
Jason Felds
2011-05-14 18:36:46 -04:00
parent 2652a7c10b
commit 0464a86faf
4 changed files with 103 additions and 112 deletions
+3
View File
@@ -42,6 +42,9 @@ namespace SMALoader
bool LoadFromBGChangesString( BackgroundChange &change, const RString &sBGChangeExpression );
void ProcessBeatsPerMeasure( TimingData &out, const RString sParam );
bool ProcessBPMs( TimingData &out, const int iRowsPerBeat, const RString sParam );
float RowToBeat( RString sLine, const int iRowsPerBeat );
};
#endif