diff options
author | chai <chaifix@163.com> | 2021-10-17 23:05:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-17 23:05:01 +0800 |
commit | 7c8c68d79343d04be382334c15a73d079450857c (patch) | |
tree | 9aaacc042f0b7eeb4123c07dcc5f49c14fd8026c /Runtime/LuaBind/LuaBindGlobalState.h | |
parent | 6e73ca6ada8a41692809dae5db89c8db0675ce1e (diff) |
*misc
Diffstat (limited to 'Runtime/LuaBind/LuaBindGlobalState.h')
-rw-r--r-- | Runtime/LuaBind/LuaBindGlobalState.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Runtime/LuaBind/LuaBindGlobalState.h b/Runtime/LuaBind/LuaBindGlobalState.h new file mode 100644 index 0000000..fa3cc4f --- /dev/null +++ b/Runtime/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 |