summaryrefslogtreecommitdiff
path: root/plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat.h')
-rw-r--r--plat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plat.h b/plat.h
index f001d70..3119543 100644
--- a/plat.h
+++ b/plat.h
@@ -11,4 +11,10 @@ void pbreak(Error code);
typedef void (*Dir_Iter)(void* uptr, const char* path);
void iter_dir(const char* path, Dir_Iter fn, void* u);
+void init_audio(void* uptr, int sample, int channels);
+void lock_audio(void);
+void wait_audio(void);
+void unlock_audio(void);
+void stop_audio(void);
+
#endif