From 425decdf7e9284d15aa726e3ae96b9942fb0e3ea Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Sun, 16 Feb 2020 03:40:06 +0000 Subject: create tremded branch --- external/lua-5.3.3/src/lua.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 external/lua-5.3.3/src/lua.hpp (limited to 'external/lua-5.3.3/src/lua.hpp') diff --git a/external/lua-5.3.3/src/lua.hpp b/external/lua-5.3.3/src/lua.hpp new file mode 100644 index 0000000..ec417f5 --- /dev/null +++ b/external/lua-5.3.3/src/lua.hpp @@ -0,0 +1,9 @@ +// 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