mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
7 lines
120 B
C
7 lines
120 B
C
|
|
// call to start music
|
|
void music_start(const unsigned char* music);
|
|
|
|
// call once every N frames
|
|
void music_update();
|