summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/luax.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-13 09:36:13 +0800
committerchai <chaifix@163.com>2019-01-13 09:36:13 +0800
commit2fb6b09dcf2ceb09cf021adb4a89f4c1255d5558 (patch)
tree7d8045be6920b532319f07d27d39bd4a2765044b /Source/3rdParty/Luax/luax.h
parent63b5a5fab9e41a2644ab43f23d661dd5f804cf1c (diff)
+luax
Diffstat (limited to 'Source/3rdParty/Luax/luax.h')
-rw-r--r--Source/3rdParty/Luax/luax.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/Source/3rdParty/Luax/luax.h b/Source/3rdParty/Luax/luax.h
new file mode 100644
index 0000000..68ff9f2
--- /dev/null
+++ b/Source/3rdParty/Luax/luax.h
@@ -0,0 +1,21 @@
+#ifndef __LUAX_H__
+#define __LUAX_H__
+
+extern "C" {
+#include "lua.h"
+#include "lualib.h"
+#include "lauxlib.h"
+}
+// include lua.hpp before this
+#include "luax_runtime.h"
+#include "luax_state.h"
+#include "luax_ref.h"
+#include "luax_class.h"
+#include "luax_module.h"
+
+// luax չluaҪ
+// * modules
+// * class
+// *
+
+#endif \ No newline at end of file