X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fai%2FSpawner.hpp;h=7b56130f5f090aba00cfe9426637b1aa7d7d4bab;hb=2ea26d9ca5eaeae65daa0edbbaeada8c1f23670e;hp=c55d73c0f7f90b835b5791f69e8c9096e17cc81d;hpb=ad7cf72ed47c39640d5588ba53386e090289b4d1;p=blank.git diff --git a/src/ai/Spawner.hpp b/src/ai/Spawner.hpp index c55d73c..7b56130 100644 --- a/src/ai/Spawner.hpp +++ b/src/ai/Spawner.hpp @@ -2,6 +2,7 @@ #define BLANK_AI_SPAWNER_HPP_ #include "../app/IntervalTimer.hpp" +#include "../model/CompositeModel.hpp" #include "../model/EntityModel.hpp" #include @@ -31,6 +32,7 @@ private: std::vector controllers; EntityModel models[3]; + CompositeModel skeletons[3]; IntervalTimer timer; float despawn_range;