Etterna
0.74.4
Loading...
Searching...
No Matches
src
Etterna
Models
NoteWriters
NotesWriterDWI.h
1
#ifndef NOTES_WRITER_DWI_H
2
#define NOTES_WRITER_DWI_H
3
4
class
Song
;
5
7
namespace
NotesWriterDWI
{
13
bool
14
Write
(
const
std::string& sPath,
const
Song
& out);
15
}
16
17
#endif
Song
Holds all music metadata and steps for one song.
Definition
Song.h:65
NotesWriterDWI
Writes a Song to a .DWI file.
Definition
NotesWriterDWI.h:7
NotesWriterDWI::Write
bool Write(const std::string &sPath, const Song &out)
Write the song out to a file.
Definition
NotesWriterDWI.cpp:371
Generated by
1.9.8