Etterna
0.74.4
Loading...
Searching...
No Matches
src
Etterna
Models
NoteWriters
NotesWriterETT.h
1
#ifndef NOTES_WRITER_ETT_H
2
#define NOTES_WRITER_ETT_H
3
4
#include "Etterna/Globals/global.h"
5
6
class
Song
;
7
class
Steps
;
8
10
namespace
NotesWriterETT
{
18
bool
19
Write
(std::string& sPath,
const
Song
& out,
const
std::vector<Steps*>& vpStepsToSave);
20
}
21
22
#endif
Song
Holds all music metadata and steps for one song.
Definition
Song.h:65
Steps
Holds note information for a Song.
Definition
Steps.h:42
NotesWriterETT
Writes a Song to a .ETT file.
Definition
NotesWriterETT.h:10
NotesWriterETT::Write
bool Write(std::string &sPath, const Song &out, const std::vector< Steps * > &vpStepsToSave)
Write the song out to a file.
Definition
NotesWriterETT.cpp:459
Generated by
1.9.8