add ability to duplicate sub-songs
This commit is contained in:
parent
747d94ad5f
commit
3f8430b0d6
3 changed files with 71 additions and 1 deletions
|
|
@ -1052,6 +1052,9 @@ class DivEngine {
|
|||
// add subsong
|
||||
int addSubSong();
|
||||
|
||||
// duplicate subsong
|
||||
int duplicateSubSong(int index);
|
||||
|
||||
// remove subsong
|
||||
bool removeSubSong(int index);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue