1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-12 03:29:31 +00:00
8bitworkshop/presets/cpc/music.h

7 lines
120 B
C
Raw Normal View History

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