From 6cfc54f019ea793c75c012af9c8249eac936cfac Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 11 Mar 2022 15:33:28 -0500 Subject: Added music and lamp popping sound --- src/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 200b691..f0385ee 100644 --- a/src/game.h +++ b/src/game.h @@ -6,6 +6,7 @@ #include #include #include "map.h" +#include "muxer.h" const int GAME_WIDTH = 640*2; const int GAME_HEIGHT = 480*2; @@ -80,6 +81,7 @@ public: } std::mt19937& rng; + Muxer muxer; Map map; std::list kickups; -- cgit 1.4.1