Starting stub for hopeful cache reduction.

Now, let's see if we can pull this off.
This commit is contained in:
Jason Felds
2011-06-14 14:19:40 -04:00
parent 0bc2c20268
commit 27bd1ff1f2
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -638,6 +638,12 @@ bool SMLoader::LoadFromBGChangesString( BackgroundChange &change, const RString
return aBGChangeValues.size() >= 2;
}
bool SMLoader::LoadNotedataFromSimfile( const RString &path, Steps &out )
{
// stub: do this later.
return false;
}
bool SMLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCache )
{
LOG->Trace( "Song::LoadFromSMFile(%s)", sPath.c_str() );