add ability to move sub-songs
This commit is contained in:
parent
2da92b0433
commit
ddcd76328d
4 changed files with 77 additions and 19 deletions
|
|
@ -825,6 +825,10 @@ class DivEngine {
|
|||
// remove subsong
|
||||
bool removeSubSong(int index);
|
||||
|
||||
// move subsong
|
||||
void moveSubSongUp(size_t index);
|
||||
void moveSubSongDown(size_t index);
|
||||
|
||||
// clear all subsong data
|
||||
void clearSubSongs();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue