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, 2 insertions, 0 deletions
diff --git a/src/muxer.h b/src/muxer.h index 9750808..acceca8 100644 --- a/src/muxer.h +++ b/src/muxer.h
@@ -34,6 +34,8 @@ public:
34 34
35 void setMusicLevel(int level); 35 void setMusicLevel(int level);
36 36
37 void startMusic();
38
37 void stopMusic(); 39 void stopMusic();
38 40
39 void update(); 41 void update();