]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
block sounds depending on block type
[blank.git] / src / client / InteractiveState.hpp
index 02385e2e5a5ff6904aa1031d3ebd12ed61759a0a..b86258e9f2bb892bb06309f3e29a9c39ff717dc2 100644 (file)
@@ -7,6 +7,7 @@
 #include "ChunkReceiver.hpp"
 #include "NetworkedInput.hpp"
 #include "../app/IntervalTimer.hpp"
+#include "../audio/SoundBank.hpp"
 #include "../graphics/SkyBox.hpp"
 #include "../io/WorldSave.hpp"
 #include "../net/Packet.hpp"
@@ -67,6 +68,7 @@ private:
 private:
        MasterState &master;
        WorldResources res;
+       SoundBank sounds;
        WorldSave save;
        World world;
        Player &player;