1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-13 09:29:35 +00:00
8bitworkshop/presets/cpc/music.h
2021-12-22 08:50:02 -06:00

7 lines
120 B
C

// call to start music
void music_start(const unsigned char* music);
// call once every N frames
void music_update();