From 92a8eb610f40c9770569ca63ca1bd705a6d3497d Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 27 Mar 2025 08:27:46 +0500 Subject: audio, renaming --- prge_audio.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 prge_audio.h (limited to 'prge_audio.h') 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); -- cgit v1.2.3-70-g09d2