command palette: reducing code repetition
This commit is contained in:
parent
56874ddc2e
commit
91e7b90a48
3 changed files with 28 additions and 23 deletions
|
|
@ -2240,6 +2240,7 @@ class FurnaceGUI {
|
|||
int save(String path, int dmfVersion);
|
||||
int load(String path);
|
||||
int loadStream(String path);
|
||||
void openRecentFile(String path);
|
||||
void pushRecentFile(String path);
|
||||
void exportAudio(String path, DivAudioExportModes mode);
|
||||
void delFirstBackup(String name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue