X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.hpp;h=9644794c1e7d54a9ff5bade9b0c9a0f9c155a5d5;hb=745729c1935276e6f49d108a0a465214aa93c3cb;hp=5909e3ba1437500497b69cee79925b4c5e267059;hpb=12744a2f68b3c9496076d6d7b6fb3581ff78472a;p=blank.git diff --git a/src/app/Application.hpp b/src/app/Application.hpp index 5909e3b..9644794 100644 --- a/src/app/Application.hpp +++ b/src/app/Application.hpp @@ -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"