diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:07:54 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:07:54 +0500 |
commit | f30a4eba44c77d5c743fe9308dc697a3225e8dd8 (patch) | |
tree | c171da2e8d1127409e2ffe9e56e2e027bac48e28 /prge_audio.h | |
parent | 92a8eb610f40c9770569ca63ca1bd705a6d3497d (diff) |
i don't even know
Diffstat (limited to 'prge_audio.h')
-rw-r--r-- | prge_audio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/prge_audio.h b/prge_audio.h deleted file mode 100644 index 5f07a2c..0000000 --- a/prge_audio.h +++ /dev/null @@ -1,6 +0,0 @@ -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); |