X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fai%2FAIController.hpp;h=15645a256dd66aa604b70b491214da8e24e1e3c3;hb=fa3c4a14546d73ddc2671cd5cc58208839bf7173;hp=5cbfd0ebc88455a43c434619ac3bd1c52473d0d4;hpb=170c0ff60b9679c954a9e74d5300c9929899b2bd;p=blank.git diff --git a/src/ai/AIController.hpp b/src/ai/AIController.hpp index 5cbfd0e..15645a2 100644 --- a/src/ai/AIController.hpp +++ b/src/ai/AIController.hpp @@ -2,7 +2,7 @@ #define BLANK_AI_AICONTROLLER_HPP_ #include "../app/IntervalTimer.hpp" -#include "../model/geometry.hpp" +#include "../geometry/primitive.hpp" #include "../world/EntityController.hpp" #include