]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/Body.hpp
primitive collision response
[blobs.git] / src / world / Body.hpp
index df68984915bdf8e22b375280c7df6a10f073a449..3cbb788114c723dcf25108013b8627651290662e 100644 (file)
@@ -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 *);