aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Component.hpp
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2019-09-01 12:56:49 -0400
committertcsullivan <tullivan99@gmail.com>2019-09-01 12:56:49 -0400
commite7fee98e0ee15665b40b383baf925356bb81f20d (patch)
tree1542a5d0af9fb33d4477d62f07f2c9b8c037d49c /src/components/Component.hpp
parent86e07cc6860b01c1569645e858ea8e9235d5194e (diff)
added player system; player moves left and right
Diffstat (limited to 'src/components/Component.hpp')
-rw-r--r--src/components/Component.hpp2
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