update game

This commit is contained in:
2021-12-11 20:21:44 +01:00
parent 16410f5d6a
commit 59c60b765e
6 changed files with 80 additions and 34 deletions

View File

@@ -17,7 +17,10 @@
void initAudio(void);
void handleAudio(void);
bool getAudioInitStatus(void);
void playSong(String filename);
void setAudioState(bool state);
bool getAudioState(void);