From ad22993557296b02bc0c947cb3bb6247fac8f47f Mon Sep 17 00:00:00 2001 From: banana Date: Fri, 22 Mar 2024 13:46:36 -0700 Subject: Initial commit --- sound.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sound.h (limited to 'sound.h') diff --git a/sound.h b/sound.h new file mode 100644 index 0000000..cc49590 --- /dev/null +++ b/sound.h @@ -0,0 +1,2 @@ +void init_sounds(void); +void play_sound(int id, int channel); -- cgit v1.2.3