X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2FBody.hpp;h=3cbb788114c723dcf25108013b8627651290662e;hp=df68984915bdf8e22b375280c7df6a10f073a449;hb=f5fc0c2bd1c0d1e2737d2b4ed49c3de16aa67c67;hpb=fbbee4cf7bd6f41139c2298c41d29b87401e6cf6 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 *);