Disable caching for the SM format.

This commit is contained in:
Jason Felds
2011-02-11 00:00:40 -05:00
parent e61745cdd6
commit dbcfcd0cfc
2 changed files with 7 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class Song;
class Steps;
namespace NotesWriterSM
{
bool Write( RString sPath, const Song &out, const vector<Steps*>& vpStepsToSave, bool bSavingCache );
bool Write( RString sPath, const Song &out );
void GetEditFileContents( const Song *pSong, const Steps *pSteps, RString &sOut );
RString GetEditFileName( const Song *pSong, const Steps *pSteps );
bool WriteEditFileToMachine( const Song *pSong, Steps *pSteps, RString &sErrorOut );