]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Situation.hpp
eating and drinking
[blobs.git] / src / creature / Situation.hpp
index d4a376a8d6f25cfdd853cf46ab729553ec353f0a..12b7490914783c6aac2bb9219d0bcd2f2f9c9c82 100644 (file)
@@ -27,6 +27,7 @@ public:
        world::Tile &GetTile() const noexcept;
        const world::TileType &GetTileType() const noexcept;
 
+       void Move(const glm::dvec3 &dp) noexcept;
        void SetPlanetSurface(world::Planet &, int srf, const glm::dvec3 &pos) noexcept;
 
 public: