aboutsummaryrefslogtreecommitdiff
path: root/clak.h
diff options
context:
space:
mode:
Diffstat (limited to 'clak.h')
-rw-r--r--clak.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/clak.h b/clak.h
new file mode 100644
index 0000000..c700a12
--- /dev/null
+++ b/clak.h
@@ -0,0 +1,8 @@
+#ifndef CLAK_H_
+#define CLAK_H_
+
+#include <stdbool.h>
+
+typedef void (*fn_sound_play)(unsigned char *buffer);
+
+#endif /* CLAK_H_ */ \ No newline at end of file