From 2f416d13847293675eb69aece1caa86033b6c892 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 17 Sep 2019 20:04:39 -0700 Subject: Moved third party components from External to ThirdParty folder --- External/lua-5.2.3/src/lua.hpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 External/lua-5.2.3/src/lua.hpp (limited to 'External/lua-5.2.3/src/lua.hpp') diff --git a/External/lua-5.2.3/src/lua.hpp b/External/lua-5.2.3/src/lua.hpp deleted file mode 100644 index ec417f5..0000000 --- a/External/lua-5.2.3/src/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