X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FBody.hpp;h=3cbb788114c723dcf25108013b8627651290662e;hb=f5fc0c2bd1c0d1e2737d2b4ed49c3de16aa67c67;hp=3db5e37e362b3de7352dac22ee6a4a848dac5652;hpb=343b4f7e7cdd53dc1eab7dc32196ae5fa604ba48;p=blobs.git diff --git a/src/world/Body.hpp b/src/world/Body.hpp index 3db5e37..3cbb788 100644 --- a/src/world/Body.hpp +++ b/src/world/Body.hpp @@ -2,7 +2,7 @@ #define BLOBS_WORLD_BODY_HPP_ #include "Orbit.hpp" -#include "../graphics/glm.hpp" +#include "../math/glm.hpp" #include @@ -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 *);