diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mossrose.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mossrose.h b/include/mossrose.h index d8573a8..8003b45 100644 --- a/include/mossrose.h +++ b/include/mossrose.h @@ -25,4 +25,6 @@ void mossrose_channel_resume(int channel); void mossrose_channel_set_callback(int channel, mossrose_channel_callback_t callback, void *userdata); void mossrose_poll_callbacks(); +struct mossrose_sound_t * mossrose_load_mp3(const char *filename); + #endif |