diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-30 00:14:27 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-30 00:14:27 -0400 |
commit | 2662ac356ce14dacfbc91689fd37244facff4989 (patch) | |
tree | 8943534ef3c74290a6a79885abbfcfc5eacba785 /src/script.hpp | |
parent | 70c4239993cbd7fe5604de8f39a3783e9c7a7471 (diff) |
Added Name and Render components to Lua
Diffstat (limited to 'src/script.hpp')
-rw-r--r-- | src/script.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/script.hpp b/src/script.hpp index baad0b1..bd8c620 100644 --- a/src/script.hpp +++ b/src/script.hpp @@ -24,11 +24,6 @@ #include <entityx/entityx.h> #include <sol/sol.hpp> -/**************** -* COMPONENTS * -****************/ -#include <components/Position.hpp> - struct EntitySpawnEvent { EntitySpawnEvent (sol::object ref) : ref(ref) {} |