prepare for eventual export

This commit is contained in:
tildearrow 2022-01-16 23:21:27 -05:00
parent 499af535da
commit 12236248dd
21 changed files with 137 additions and 3 deletions

View file

@ -189,6 +189,11 @@ class DivEngine {
SafeWriter* saveDMF();
// save as .fur.
SafeWriter* saveFur();
// build a ROM file (TODO).
// specify system to build ROM for.
SafeWriter* buildROM(int sys);
// dump to VGM (TODO).
SafeWriter* saveVGM();
// save config
bool saveConf();