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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/muxer.h b/src/muxer.h index b0f5378..4301049 100644 --- a/src/muxer.h +++ b/src/muxer.h
@@ -3,6 +3,6 @@
3 3
4void initMuxer(); 4void initMuxer();
5void destroyMuxer(); 5void destroyMuxer();
6void playSound(const char* filename); 6void playSound(const char* filename, float vol);
7 7
8#endif 8#endif