From 2980245830f2e198d61cab7a8b837dcf7971ab79 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Oct 2019 08:32:37 +0800 Subject: *init --- lua.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua.hpp (limited to 'lua.hpp') diff --git a/lua.hpp b/lua.hpp new file mode 100644 index 0000000..ec417f5 --- /dev/null +++ b/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.1-26-g67d0