summaryrefslogtreecommitdiff
path: root/include/mossrose.h
diff options
context:
space:
mode:
authorstefonzo <stevester.robinson@gmail.com>2022-09-08 22:11:51 -0500
committerstefonzo <stevester.robinson@gmail.com>2022-09-08 22:11:51 -0500
commitd3a90be424952e9a4d0e1e571c489b6e0e0fea62 (patch)
treee1bf36406eda2d56a0a6dc640a47f2180940f75f /include/mossrose.h
parent1522846b727e540f1bbe224c39bcbae711672cf0 (diff)
add experiment program
Diffstat (limited to 'include/mossrose.h')
-rw-r--r--include/mossrose.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mossrose.h b/include/mossrose.h
index 04aef94..42997df 100644
--- a/include/mossrose.h
+++ b/include/mossrose.h
@@ -26,6 +26,7 @@ void mossrose_channel_set_callback(int channel, mossrose_channel_callback_t call
void mossrose_poll_callbacks();
struct mossrose_sound_t * mossrose_load_mp3(const char *filename);
+struct mossrose_sound_t * mossrose_load_wav(const char *filename);
void mossrose_free_sound(struct mossrose_sound_t *sound);
#endif