X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fai%2FAIController.hpp;fp=src%2Fai%2FAIController.hpp;h=15645a256dd66aa604b70b491214da8e24e1e3c3;hb=4fbf5a3c1b0e530706023f5fc4be2f68d30ea645;hp=5cbfd0ebc88455a43c434619ac3bd1c52473d0d4;hpb=0d580658b896dfec07466c31ae4847455724ee95;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