GUI: prepare to improve pattern manager
This commit is contained in:
parent
b972e54a7e
commit
aae9aad4f6
3 changed files with 25 additions and 1 deletions
|
|
@ -57,6 +57,12 @@ void DivSubSong::rearrangePatterns() {
|
|||
}
|
||||
}
|
||||
|
||||
void DivSubSong::sortOrders() {
|
||||
}
|
||||
|
||||
void DivSubSong::makePatUnique() {
|
||||
}
|
||||
|
||||
void DivSong::clearSongData() {
|
||||
for (DivSubSong* i: subsong) {
|
||||
i->clearData();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue