diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-16 15:30:37 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-16 15:30:37 -0400 |
commit | 2c75d95ddf849996bfc18267a9eecb4d0f4e1916 (patch) | |
tree | 285315deeaf4b5153b5f92f0c8a23af557626204 /src/muxer.h | |
parent | 8713d03831226dcd559c6a1e2b1c7b0d7c660bac (diff) | |
download | ether-2c75d95ddf849996bfc18267a9eecb4d0f4e1916.tar.gz ether-2c75d95ddf849996bfc18267a9eecb4d0f4e1916.tar.bz2 ether-2c75d95ddf849996bfc18267a9eecb4d0f4e1916.zip |
signs can be read now!
Diffstat (limited to 'src/muxer.h')
-rw-r--r-- | src/muxer.h | 2 |
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); |