summary refs log tree commit diff stats
path: root/src/muxer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/muxer.h')
-rw-r--r--src/muxer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/muxer.h b/src/muxer.h new file mode 100644 index 0000000..b0f5378 --- /dev/null +++ b/src/muxer.h
@@ -0,0 +1,8 @@
1#ifndef MUXER_H
2#define MUXER_H
3
4void initMuxer();
5void destroyMuxer();
6void playSound(const char* filename);
7
8#endif