[splittiming] Another tag or two.

This commit is contained in:
Jason Felds
2011-05-14 18:04:31 -04:00
parent 1349350eb2
commit 11c4c2fd03
2 changed files with 76 additions and 33 deletions
+2
View File
@@ -40,6 +40,8 @@ namespace SMALoader
bool LoadEditFromBuffer( const RString &sBuffer, const RString &sEditFilePath, ProfileSlot slot );
bool LoadEditFromMsd( const MsdFile &msd, const RString &sEditFilePath, ProfileSlot slot, bool bAddStepsToSong );
bool LoadFromBGChangesString( BackgroundChange &change, const RString &sBGChangeExpression );
void ProcessBeatsPerMeasure( TimingData &out, const RString sParam );
};
#endif