]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Creature.hpp
aggression
[blobs.git] / src / creature / Creature.hpp
index d55ab6f0c51790cebad22bc49617b7a347f630e7..f22f3da2e9cf461d5caabde8468046133dfcc65a 100644 (file)
@@ -180,6 +180,8 @@ public:
        math::AABB CollisionBounds() const noexcept;
        glm::dmat4 CollisionTransform() const noexcept;
 
+       void OnCollide(Creature &other);
+
        glm::dmat4 LocalTransform() noexcept;
 
        void BuildVAO();