Fix writing couples.

This commit is contained in:
Glenn Maynard
2002-09-09 02:23:03 +00:00
parent e676d7bf48
commit ca59284ac7
2 changed files with 142 additions and 96 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ class NotesWriterDWI {
char NotesToDWIChar( bool bCol1, bool bCol2, bool bCol3, bool bCol4 );
CString NotesToDWIString( char cNoteCol1, char cNoteCol2, char cNoteCol3, char cNoteCol4, char cNoteCol5, char cNoteCol6 );
CString NotesToDWIString( char cNoteCol1, char cNoteCol2, char cNoteCol3, char cNoteCol4 );
void WriteDWINotesTag( FILE* fp, const Notes &out );
void WriteDWINotesField( FILE* fp, const Notes &out, int start );
bool WriteDWINotesTag( FILE* fp, const Notes &out );
public:
bool Write( CString sPath, const Song &out );