add command line option to see song summary

This commit is contained in:
tildearrow 2023-10-17 14:11:35 -05:00
parent 94213d7cda
commit 06ba12b270
3 changed files with 85 additions and 4 deletions

View file

@ -881,6 +881,9 @@ class DivEngine {
// get ext value
unsigned char getExtValue();
// dump song info to stdout
void dumpSongInfo();
// is playing
bool isPlaying();