From 2c75d95ddf849996bfc18267a9eecb4d0f4e1916 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 16 Mar 2022 15:30:37 -0400 Subject: signs can be read now! --- src/muxer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/muxer.h') 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: void setPlayerLoc(int x, int y); + void playSound(std::string name); + void playSoundAtPosition(std::string name, float x, float y); void setMusicLevel(int level); -- cgit 1.4.1