aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-06-09 08:49:21 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-06-09 08:49:21 -0400
commit1e9f6aaddb2d21045f5e7dc63d6312a4407b3a08 (patch)
tree0d30324ce93301a4ab4ca3360c8a227249d4f468 /include/entities.hpp
parent22882f01ed537cae28b2ce80b86264a9c9c52b00 (diff)
Fixed particle crashing
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index 826b0f6..605cc77 100644
--- a/include/entities.hpp
+++ b/include/entities.hpp
@@ -17,6 +17,7 @@
#include <inventory.hpp>
#include <texture.hpp>
#include <save_util.hpp>
+#include <coolarray.hpp>
// local library includes
#include <tinyxml2.h>