1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-21 06:29:02 +00:00

7 lines
120 B
C
Raw Normal View History

2021-12-21 18:24:15 -06:00
// call to start music
void music_start(const unsigned char* music);
// call once every N frames
void music_update();