diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-10-07 18:35:47 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-10-07 18:35:47 -0400 |
commit | 5f53889d4357d8dba6e726ed38358eca96dbeb47 (patch) | |
tree | 8d82a65d007f7bf69dcd650c95bc3ee1463a3002 /src/components/Component.hpp | |
parent | 1b63e00b6b08133f5ee37ed90043eee0f67942fd (diff) |
Added ability to change rendering offsets and sizes
Diffstat (limited to 'src/components/Component.hpp')
-rw-r--r-- | src/components/Component.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Component.hpp b/src/components/Component.hpp index 538d42b..5b0e3af 100644 --- a/src/components/Component.hpp +++ b/src/components/Component.hpp @@ -24,6 +24,8 @@ #include <entityx/entityx.h> #include <sol/sol.hpp> +#include <glm/glm.hpp> + #include <script/vectors.hpp> template<typename T> |