prepare to add function to find sub-songs

for import
This commit is contained in:
tildearrow 2024-06-24 18:02:31 -05:00
parent 76417e6769
commit ba3a7467c4
6 changed files with 21 additions and 0 deletions

View file

@ -128,6 +128,10 @@ void DivSubSong::makePatUnique() {
}
}
void DivSong::findSubSongs() {
}
void DivSong::clearSongData() {
for (DivSubSong* i: subsong) {
i->clearData();