]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
random stuff
[blank.git] / src / client / InteractiveState.hpp
index 1129e997fdbcfd2f7d1377a73b9b7a61c9d5806a..2db227067711aecb78223231658514eebbb7bf89 100644 (file)
@@ -11,6 +11,7 @@
 #include "../graphics/SkyBox.hpp"
 #include "../io/WorldSave.hpp"
 #include "../model/Skeletons.hpp"
+#include "../net/Packet.hpp"
 #include "../ui/HUD.hpp"
 #include "../ui/InteractiveManipulator.hpp"
 #include "../ui/Interface.hpp"
@@ -48,6 +49,7 @@ public:
        void Render(Viewport &) override;
 
        void MergePlayerCorrection(std::uint16_t, const EntityState &);
+       void Handle(const Packet::BlockUpdate &);
 
        void SetAudio(bool) override;
        void SetVideo(bool) override;