From 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 8 Sep 2018 13:09:06 +0800 Subject: *update --- src/luax.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/luax.h (limited to 'src/luax.h') diff --git a/src/luax.h b/src/luax.h new file mode 100644 index 0000000..89e456e --- /dev/null +++ b/src/luax.h @@ -0,0 +1,7 @@ +#ifndef __JIN_LUA_LUAX_H +#define __JIN_LUA_LUAX_H + +#include "LuaJIT/lua.hpp" +#include "lua/libraries/luax/luax.h" + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0