X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fai%2FSpawner.hpp;fp=src%2Fai%2FSpawner.hpp;h=120db6003424a1dfa91a0e0e387a502b5733554c;hb=c52405fad9c070e1370f852234c6eb723b52916c;hp=a0da02fb0ec939b4e7a6c8e2375a82b00d83d03a;hpb=376fc1fca87fcdd22dabadf6d01d245ef8c3cedd;p=blank.git diff --git a/src/ai/Spawner.hpp b/src/ai/Spawner.hpp index a0da02f..120db60 100644 --- a/src/ai/Spawner.hpp +++ b/src/ai/Spawner.hpp @@ -3,13 +3,13 @@ #include "../app/IntervalTimer.hpp" -#include +#include #include namespace blank { -class RandomWalk; +class Controller; class World; class Spawner { @@ -27,7 +27,7 @@ private: private: World &world; - std::list controllers; + std::vector controllers; IntervalTimer timer; float despawn_range;