prepare for eventual export
This commit is contained in:
parent
499af535da
commit
12236248dd
21 changed files with 137 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue