Preparing for a new #TAG, "WARNINGS".

There needs to be a place for warnings on
a stepfile without using #TITLE, #SUBTITLE,
or #ARTIST. This tag will hopefully be that new place.

No version or cache incrementing yet: it's still
not complete. Still, what's here shouldn't harm anything.
This commit is contained in:
Jason Felds
2011-07-07 11:48:33 -04:00
parent a40fde4ab0
commit fc19060491
4 changed files with 55 additions and 0 deletions
+2
View File
@@ -68,6 +68,8 @@ struct SSCLoader : public SMLoader
void ProcessLabels( TimingData &, const RString );
virtual void ProcessCombos( TimingData &, const RString, const int = -1 );
void ProcessScrolls( TimingData &, const RString );
void ProcessWarnings( Steps *out, const RString param);
};
#endif