add test/audio.c and test/audio.h

This commit is contained in:
headshot2017
2022-12-27 21:29:50 -04:00
parent 4a40f66981
commit 6433511a65
2 changed files with 75 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef AUDIO_H
#define AUDIO_H
void audio_init();
#endif