From ba4e59a1d687173ac5cfa74d26d71d6059dc6bc6 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 15 Jul 2016 22:45:41 +0200 Subject: Move stuff around --- src/lib/lua/lua.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/lib/lua/lua.hpp (limited to 'src/lib/lua/lua.hpp') diff --git a/src/lib/lua/lua.hpp b/src/lib/lua/lua.hpp new file mode 100644 index 0000000..ec417f5 --- /dev/null +++ b/src/lib/lua/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