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 b1a5b26..9750808 100644 --- a/src/muxer.h +++ b/src/muxer.h
@@ -28,6 +28,8 @@ public:
28 28
29 void setPlayerLoc(int x, int y); 29 void setPlayerLoc(int x, int y);
30 30
31 void playSound(std::string name);
32
31 void playSoundAtPosition(std::string name, float x, float y); 33 void playSoundAtPosition(std::string name, float x, float y);
32 34
33 void setMusicLevel(int level); 35 void setMusicLevel(int level);