]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Situation.hpp
randomize creature properties a bit
[blobs.git] / src / creature / Situation.hpp
index d4a376a8d6f25cfdd853cf46ab729553ec353f0a..d421b690d694eb8fb0bac7d77c21bf87fccec57d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef BLOBS_CREATURE_SITUATION_HPP_
 #define BLOBS_CREATURE_SITUATION_HPP_
 
-#include "../graphics/glm.hpp"
+#include "../math/glm.hpp"
 
 
 namespace blobs {
@@ -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: