aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'headers/TZR_sound.h')
-rw-r--r--headers/TZR_sound.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/headers/TZR_sound.h b/headers/TZR_sound.h
index b24823e..271995b 100644
--- a/headers/TZR_sound.h
+++ b/headers/TZR_sound.h
@@ -9,3 +9,8 @@
#endif
#endif
int _TZR_PlaySound(const TZR_PlaySoundArgs *args);
+
+/* Return -1 on error. */
+int TZR_PlayMusic(const char *path, int loop);
+
+void TZR_StopMusic(void);