aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Component.hpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-10-07 17:39:52 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-10-07 17:39:52 -0400
commit1b63e00b6b08133f5ee37ed90043eee0f67942fd (patch)
tree686443bdea7368eeaa98c1ea8347a491200ff8d7 /src/components/Component.hpp
parent9cef5e64ddd1ef20369b25cc19b1980084ebaefe (diff)
Added script conversion code, can now convert table to vec2, vec3 and vec4
Diffstat (limited to 'src/components/Component.hpp')
-rw-r--r--src/components/Component.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Component.hpp b/src/components/Component.hpp
index 2928366..538d42b 100644
--- a/src/components/Component.hpp
+++ b/src/components/Component.hpp
@@ -24,6 +24,8 @@
#include <entityx/entityx.h>
#include <sol/sol.hpp>
+#include <script/vectors.hpp>
+
template<typename T>
class Component : public entityx::Component<T>
{