8bitworkshop/presets/cpc/music.h

7 lines
120 B
C

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