no, really. fix it this time. and stop telling me about createzip, local st command

This commit is contained in:
AJ Kelly
2012-07-01 12:39:10 -05:00
parent 2806f86699
commit 3afd1b930b
2 changed files with 41 additions and 40 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ class Steps;
namespace NotesWriterJson
{
static bool WriteSong( const RString &sFile, const Song &out, bool bWriteSteps );
static bool WriteSteps( const RString &sFile, const Steps &out );
bool WriteSong( const RString &sFile, const Song &out, bool bWriteSteps );
bool WriteSteps( const RString &sFile, const Steps &out );
};
#endif
+1
View File
@@ -27,6 +27,7 @@
#include "NotesLoaderSM.h"
#include "NotesLoaderSSC.h"
#include "NotesWriterDWI.h"
#include "NotesWriterJSON.h"
#include "NotesWriterSM.h"
#include "NotesWriterSSC.h"
#include "UnlockManager.h"