prepare a ROM export dialog

This commit is contained in:
tildearrow 2024-08-12 23:20:08 -05:00
parent 7591b2ed6a
commit 1bdcbf95d3
3 changed files with 21 additions and 0 deletions

View file

@ -651,6 +651,7 @@ enum FurnaceGUIExportTypes {
GUI_EXPORT_AUDIO=0,
GUI_EXPORT_VGM,
GUI_EXPORT_ROM,
GUI_EXPORT_ZSM,
GUI_EXPORT_TIUNA,
GUI_EXPORT_CMD_STREAM,
@ -2686,6 +2687,7 @@ class FurnaceGUI {
void drawExportAudio(bool onWindow=false);
void drawExportVGM(bool onWindow=false);
void drawExportROM(bool onWindow=false);
void drawExportZSM(bool onWindow=false);
void drawExportTiuna(bool onWindow=false);
void drawExportAmigaVal(bool onWindow=false);