GUI: implement "clear all subsongs"
This commit is contained in:
parent
b8a4fdb4c6
commit
c4614bff30
3 changed files with 14 additions and 4 deletions
|
|
@ -821,6 +821,9 @@ class DivEngine {
|
|||
// remove subsong
|
||||
bool removeSubSong(int index);
|
||||
|
||||
// clear all subsong data
|
||||
void clearSubSongs();
|
||||
|
||||
// change system
|
||||
void changeSystem(int index, DivSystem which, bool preserveOrder=true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue