X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcreature%2FSituation.hpp;h=12b7490914783c6aac2bb9219d0bcd2f2f9c9c82;hb=8a3907bb0bed257bf5d6f40f39f15114e8345913;hp=d4a376a8d6f25cfdd853cf46ab729553ec353f0a;hpb=2025d49798b93180237b6ce62d3ff5d6ee8ebc6e;p=blobs.git diff --git a/src/creature/Situation.hpp b/src/creature/Situation.hpp index d4a376a..12b7490 100644 --- a/src/creature/Situation.hpp +++ b/src/creature/Situation.hpp @@ -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: