add command line option to see song summary
This commit is contained in:
parent
94213d7cda
commit
06ba12b270
3 changed files with 85 additions and 4 deletions
|
|
@ -881,6 +881,9 @@ class DivEngine {
|
|||
// get ext value
|
||||
unsigned char getExtValue();
|
||||
|
||||
// dump song info to stdout
|
||||
void dumpSongInfo();
|
||||
|
||||
// is playing
|
||||
bool isPlaying();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue