X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FBody.hpp;h=3cbb788114c723dcf25108013b8627651290662e;hb=f5fc0c2bd1c0d1e2737d2b4ed49c3de16aa67c67;hp=df68984915bdf8e22b375280c7df6a10f073a449;hpb=8f6530c75730f901efd6708e4fde7e68a178adf1;p=blobs.git diff --git a/src/world/Body.hpp b/src/world/Body.hpp index df68984..3cbb788 100644 --- a/src/world/Body.hpp +++ b/src/world/Body.hpp @@ -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 *);