rename Notes to Steps
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
class NotesWriterSM
|
||||
{
|
||||
void WriteGlobalTags(FILE *fp, const Song &out);
|
||||
void WriteSMNotesTag( const Notes &in, FILE* fp );
|
||||
void WriteSMNotesTag( const Steps &in, FILE* fp );
|
||||
|
||||
public:
|
||||
bool Write( CString sPath, const Song &out, bool bSavingCache );
|
||||
|
||||
Reference in New Issue
Block a user