From f4632d58014dce0edc2d447dc934bae9cf957439 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 3 Jun 2016 08:47:13 -0400 Subject: coolarray, particles are good now --- include/world.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/world.hpp') diff --git a/include/world.hpp b/include/world.hpp index 2494120..26811ae 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -9,6 +9,7 @@ // local game includes #include #include +#include /** * The background type enum. @@ -256,7 +257,7 @@ protected: * * @see addParticle() */ - std::list particles; + CoolArray particles; /** * A vector of all structures in the world. -- cgit v1.2.3