From e1cdfd27cad943290a0233119548a8dd8876bd52 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Thu, 29 Aug 2019 20:02:35 -0400 Subject: Replaced LuaBridge with sol2 and completely encapsulated scripting within script system --- lib/LuaBridge/Tests/Lua/Lua.5.1.5/etc/lua.hpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lib/LuaBridge/Tests/Lua/Lua.5.1.5/etc/lua.hpp (limited to 'lib/LuaBridge/Tests/Lua/Lua.5.1.5/etc/lua.hpp') diff --git a/lib/LuaBridge/Tests/Lua/Lua.5.1.5/etc/lua.hpp b/lib/LuaBridge/Tests/Lua/Lua.5.1.5/etc/lua.hpp deleted file mode 100644 index ec417f5..0000000 --- a/lib/LuaBridge/Tests/Lua/Lua.5.1.5/etc/lua.hpp +++ /dev/null @@ -1,9 +0,0 @@ -// lua.hpp -// Lua header files for C++ -// <> not supplied automatically because Lua also compiles as C++ - -extern "C" { -#include "lua.h" -#include "lualib.h" -#include "lauxlib.h" -} -- cgit v1.2.3