diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-06-09 08:49:21 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-06-09 08:49:21 -0400 |
commit | 1e9f6aaddb2d21045f5e7dc63d6312a4407b3a08 (patch) | |
tree | 0d30324ce93301a4ab4ca3360c8a227249d4f468 /include/entities.hpp | |
parent | 22882f01ed537cae28b2ce80b86264a9c9c52b00 (diff) |
Fixed particle crashing
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 1 |
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> |