]> git.localhorst.tv Git - blank.git/blobdiff - src/ai/AIController.hpp
make command output visible to player(s)
[blank.git] / src / ai / AIController.hpp
index 5cbfd0ebc88455a43c434619ac3bd1c52473d0d4..15645a256dd66aa604b70b491214da8e24e1e3c3 100644 (file)
@@ -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 <glm/glm.hpp>