summaryrefslogtreecommitdiff
path: root/prge_audio.h
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-03-27 08:27:46 +0500
committerpryazha <pryadeiniv@mail.ru>2025-03-27 08:27:46 +0500
commit92a8eb610f40c9770569ca63ca1bd705a6d3497d (patch)
tree7cb8edbf29e51aea24bc55be066b55033fe8fa1d /prge_audio.h
parentb1389bad67cccd3da6815c2d5a436c177f09594b (diff)
audio, renaming
Diffstat (limited to 'prge_audio.h')
-rw-r--r--prge_audio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/prge_audio.h b/prge_audio.h
new file mode 100644
index 0000000..5f07a2c
--- /dev/null
+++ b/prge_audio.h
@@ -0,0 +1,6 @@
+S32 find_sound(PRGEContext *ctx, const char *name);
+S32 load_sound(PRGEContext *ctx, Sound snd);
+S32 load_vorbis(PRGEContext *ctx, const char *fname);
+S32 enqueue_sound(PRGEContext *ctx, Sound *snd);
+Sound *dequeue_sound(SoundQueue *sndq);
+void play_sound(PRGEContext *ctx, S32 id);