X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fai%2FChaseState.hpp;h=3b707de8c128f161535426a45ec8df0dac18f661;hb=69d1bc83f472e8fe5b9b16b72ca5c840d8f75123;hp=97e68956d817e157159c9a89a87b986e0eaad8f0;hpb=4c34ddd7eeaa3cb71fc90bf76a0cd395682add66;p=blank.git diff --git a/src/ai/ChaseState.hpp b/src/ai/ChaseState.hpp index 97e6895..3b707de 100644 --- a/src/ai/ChaseState.hpp +++ b/src/ai/ChaseState.hpp @@ -14,9 +14,9 @@ namespace blank { class ChaseState : public AIState { - void Enter(AIController &) const override; + void Enter(AIController &, Entity &) const override; void Update(AIController &, Entity &, float dt) const override; - void Exit(AIController &) const override; + void Exit(AIController &, Entity &) const override; };