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
+1 -1
View File
@@ -14,7 +14,7 @@
const int MAX_EDIT_STEPS_SIZE_BYTES = 60*1024; // 60KB
static void LoadFromSMTokens(
void SMLoader::LoadFromSMTokens(
RString sStepsType,
RString sDescription,
RString sDifficulty,