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