summaryrefslogtreecommitdiff
path: root/Runtime/Lua/LuaBind/LuaBindGlobalState.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-18 19:56:41 +0800
committerchai <chaifix@163.com>2021-10-18 19:56:41 +0800
commit45328cbadd8a946c19a77301f218efbf650e2f28 (patch)
tree8ec4f3a9737b2cbb9744f8347a56783743be2a4c /Runtime/Lua/LuaBind/LuaBindGlobalState.h
parentb5702ece4c2cf751c252e76fb885a7ec41ccabe8 (diff)
*misc
Diffstat (limited to 'Runtime/Lua/LuaBind/LuaBindGlobalState.h')
-rw-r--r--Runtime/Lua/LuaBind/LuaBindGlobalState.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Runtime/Lua/LuaBind/LuaBindGlobalState.h b/Runtime/Lua/LuaBind/LuaBindGlobalState.h
new file mode 100644
index 0000000..fa3cc4f
--- /dev/null
+++ b/Runtime/Lua/LuaBind/LuaBindGlobalState.h
@@ -0,0 +1,7 @@
+#ifndef __LUA_BIND_GLOBAL_STATE_H__
+#define __LUA_BIND_GLOBAL_STATE_H__
+
+// ������lua���global_State
+typedef struct global_State global_State;
+
+#endif \ No newline at end of file