]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Application.hpp
move RandomWalk into new "ai" module
[blank.git] / src / app / Application.hpp
index 5909e3ba1437500497b69cee79925b4c5e267059..9644794c1e7d54a9ff5bade9b0c9a0f9c155a5d5 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "Assets.hpp"
 #include "FrameCounter.hpp"
-#include "RandomWalk.hpp"
+#include "../ai/RandomWalk.hpp"
 #include "../audio/Audio.hpp"
 #include "../graphics/Viewport.hpp"
 #include "../ui/Interface.hpp"