From 2662ac356ce14dacfbc91689fd37244facff4989 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Fri, 30 Aug 2019 00:14:27 -0400 Subject: Added Name and Render components to Lua --- src/script.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/script.hpp') 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 #include -/**************** -* COMPONENTS * -****************/ -#include - struct EntitySpawnEvent { EntitySpawnEvent (sol::object ref) : ref(ref) {} -- cgit v1.2.3