[FEAT] play(str) [FEAT] Chime on boot [FEAT] simple song example on 'game.lua'
7 lines
120 B
C
7 lines
120 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
void play_init(const char* new_song);
|
|
|
|
int32_t interpret_next_token(uint8_t* buffer);
|