add ability to duplicate sub-songs

This commit is contained in:
tildearrow 2023-06-30 23:37:22 -05:00
parent 747d94ad5f
commit 3f8430b0d6
3 changed files with 71 additions and 1 deletions

View file

@ -1052,6 +1052,9 @@ class DivEngine {
// add subsong
int addSubSong();
// duplicate subsong
int duplicateSubSong(int index);
// remove subsong
bool removeSubSong(int index);