]> git.localhorst.tv Git - blank.git/blobdiff - src/ai/ChaseState.hpp
new gcc version
[blank.git] / src / ai / ChaseState.hpp
index 97e68956d817e157159c9a89a87b986e0eaad8f0..3b707de8c128f161535426a45ec8df0dac18f661 100644 (file)
@@ -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;
 
 };