]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/Body.hpp
primitive collision response
[blobs.git] / src / world / Body.hpp
index 3db5e37e362b3de7352dac22ee6a4a848dac5652..3cbb788114c723dcf25108013b8627651290662e 100644 (file)
@@ -2,7 +2,7 @@
 #define BLOBS_WORLD_BODY_HPP_
 
 #include "Orbit.hpp"
-#include "../graphics/glm.hpp"
+#include "../math/glm.hpp"
 
 #include <vector>
 
@@ -86,6 +86,7 @@ public:
 
        void Tick(double dt);
        void Cache() noexcept;
+       void CheckCollision() noexcept;
 
        // body takes over ownership of given pointer
        void AddCreature(creature::Creature *);