This commit is contained in:
tildearrow 2024-03-30 13:21:56 -05:00
parent e7a638fdd5
commit 59a25fad70
3 changed files with 22 additions and 4 deletions

View file

@ -2476,6 +2476,9 @@ class FurnaceGUI {
int dmfExportVersion;
FurnaceGUIExportTypes curExportType;
// user presets window
int selectedUserPreset;
void drawExportAudio(bool onWindow=false);
void drawExportVGM(bool onWindow=false);
void drawExportZSM(bool onWindow=false);