save edits to machine profile

This commit is contained in:
Chris Danford
2005-12-03 20:34:49 +00:00
parent 6647949a00
commit 9e8469eb65
9 changed files with 75 additions and 16 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ class NotesWriterSM
public:
bool Write( CString sPath, const Song &out, bool bSavingCache );
static void GetEditFile( const Song *pSong, const Steps *pSteps, CString &sOut );
static void GetEditFileContents( const Song *pSong, const Steps *pSteps, CString &sOut );
CString GetEditFileName( const Song *pSong, const Steps *pSteps );
bool WriteEditFileToMachine( const Song *pSong, Steps *pSteps );
};
#endif