aboutsummaryrefslogtreecommitdiff
path: root/src/luax.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-09-08 13:09:06 +0800
committerchai <chaifix@163.com>2018-09-08 13:09:06 +0800
commit4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 (patch)
treef4740d59b561163b260f2f29467cfffdd92c4d9e /src/luax.h
parent36f7e3e5542f3cfee11b34ce497fcb877b3462bf (diff)
*update
Diffstat (limited to 'src/luax.h')
-rw-r--r--src/luax.h7
1 files changed, 7 insertions, 0 deletions
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