aboutsummaryrefslogtreecommitdiffstats
path: root/include/particle.hpp
diff options
context:
space:
mode:
authorAndy <drumsetmonkey@gmail.com>2017-01-20 10:37:21 -0500
committerAndy <drumsetmonkey@gmail.com>2017-01-20 10:37:21 -0500
commit4d8f9974156068e4595bf219cacfd9fcd2fd7174 (patch)
treef3e938c0e49537a9dea661f46eed6ee74950b48a /include/particle.hpp
parent1894e311bdeb098c3bef9bd342e0eaf78d197a9b (diff)
parent1ac412a5496fb6c63c47f199dfc7facd5f4c080a (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/particle.hpp')
-rw-r--r--include/particle.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/particle.hpp b/include/particle.hpp
index 48a8938..f49e055 100644
--- a/include/particle.hpp
+++ b/include/particle.hpp
@@ -1,10 +1,10 @@
#ifndef PARTICLE_HPP_
#define PARTICLE_HPP_
-#include <common.hpp>
#include <texture.hpp>
+#include <vector2.hpp>
-#include <list>
+#include <vector>
#include <entityx/entityx.h>