This commit is contained in:
Glenn Maynard
2005-07-03 02:51:29 +00:00
parent 2b365a1ea9
commit b0935c1111
7 changed files with 18 additions and 8 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
#ifndef NOTES_WRITER_DWI_H
#define NOTES_WRITER_DWI_H
#include "song.h"
#include "Steps.h"
#include "NoteTypes.h"
class RageFile;
class Song;
class Steps;
class NotesWriterDWI
{
CString NotesToDWIString( TapNote cNoteCol1, TapNote cNoteCol2, TapNote cNoteCol3, TapNote cNoteCol4, TapNote cNoteCol5, TapNote cNoteCol6 );