Improve CDDA track list

This commit is contained in:
Jaby
2024-05-05 23:12:08 +02:00
parent a7876ac2a6
commit 6301eb211f
4 changed files with 19 additions and 5 deletions

View File

@@ -15,6 +15,6 @@ namespace JabyEngine {
TrackList get_tracks();
void play(uint8_t track);
void stop();
void pause();
}
}