Make LoadFromSMTokens a member.

Allows for code reuse rather than duplication.
This commit is contained in:
Jason Felds
2011-02-11 12:28:23 -05:00
parent 0f98072274
commit aa6a7471e5
3 changed files with 6 additions and 59 deletions
+3
View File
@@ -12,6 +12,9 @@ class TimingData;
namespace SMLoader
{
void LoadFromSMTokens( RString sStepsType, RString sDescription, RString sDifficulty,
RString sMeter, RString sRadarValues, RString sNoteData, Steps &out );
bool LoadFromDir( const RString &sPath, Song &out );
void TidyUpData( Song &song, bool bFromCache );