diff options
author | banana <delgadillo.tyler@gmail.com> | 2024-03-22 13:46:36 -0700 |
---|---|---|
committer | banana <delgadillo.tyler@gmail.com> | 2024-03-22 13:46:36 -0700 |
commit | ad22993557296b02bc0c947cb3bb6247fac8f47f (patch) | |
tree | 2c83ab589acab8a5074583d625d54ec44677e5d0 /sound.h |
Diffstat (limited to 'sound.h')
-rw-r--r-- | sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +void init_sounds(void); +void play_sound(int id, int channel); |