]> git.localhorst.tv Git - blank.git/blobdiff - src/standalone/MasterState.hpp
block sounds depending on block type
[blank.git] / src / standalone / MasterState.hpp
index 6e630200fa9eab8e60b653e7fb5bf76cae1b9d53..97834e6371db843f003fe5dbee5326a45452366c 100644 (file)
@@ -7,6 +7,7 @@
 #include "PreloadState.hpp"
 #include "UnloadState.hpp"
 #include "../ai/Spawner.hpp"
+#include "../audio/SoundBank.hpp"
 #include "../graphics/SkyBox.hpp"
 #include "../shared/WorldResources.hpp"
 #include "../ui/DirectInput.hpp"
@@ -62,6 +63,7 @@ private:
        Config &config;
        Environment &env;
        WorldResources res;
+       SoundBank sounds;
        const WorldSave &save;
        World world;
        ChunkIndex &spawn_index;