diff options
author | tcsullivan <tullivan99@gmail.com> | 2019-09-01 12:56:49 -0400 |
---|---|---|
committer | tcsullivan <tullivan99@gmail.com> | 2019-09-01 12:56:49 -0400 |
commit | e7fee98e0ee15665b40b383baf925356bb81f20d (patch) | |
tree | 1542a5d0af9fb33d4477d62f07f2c9b8c037d49c /src/components/Component.hpp | |
parent | 86e07cc6860b01c1569645e858ea8e9235d5194e (diff) |
added player system; player moves left and right
Diffstat (limited to 'src/components/Component.hpp')
-rw-r--r-- | src/components/Component.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Component.hpp b/src/components/Component.hpp index 3c0a6d5..98095ba 100644 --- a/src/components/Component.hpp +++ b/src/components/Component.hpp @@ -18,7 +18,7 @@ #ifndef COMPONENT_HPP_ #define COMPONENT_HPP_ -#include "sol/sol.hpp" +#include <sol/sol.hpp> template <typename T> class Component |