From f2e065dee10fb110e9d51175ee6381333319ef56 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 20 Oct 2015 21:05:29 -0700 Subject: Release v1.0.0 --- External/lua-5.2.3/src/lua.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create 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 new file mode 100644 index 0000000..ec417f5 --- /dev/null +++ b/External/lua-5.2.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 v1.2.3