GUI: highlight loop

This commit is contained in:
tildearrow 2022-01-27 01:04:26 -05:00
parent 8edcbc8d39
commit c47851e7c7
4 changed files with 27 additions and 7 deletions

View file

@ -262,7 +262,7 @@ class DivEngine {
int calcFreq(int base, int pitch, bool period=false);
// find song loop position
void walkSong(int& loopOrder, int& loopRow);
void walkSong(int& loopOrder, int& loopRow, int& loopEnd);
// play
void play();