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/LuaBindInternal.h | |
parent | 6e73ca6ada8a41692809dae5db89c8db0675ce1e (diff) |
*misc
Diffstat (limited to 'Runtime/LuaBind/LuaBindInternal.h')
-rw-r--r-- | Runtime/LuaBind/LuaBindInternal.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Runtime/LuaBind/LuaBindInternal.h b/Runtime/LuaBind/LuaBindInternal.h new file mode 100644 index 0000000..1d4a226 --- /dev/null +++ b/Runtime/LuaBind/LuaBindInternal.h @@ -0,0 +1,12 @@ +#ifndef __LUA_BIND_INTERNAL_H__ +#define __LUA_BIND_INTERNAL_H__ + +// +// 对lua源代码的深度使用 +// +extern "C" +{ +#include "ThirdParty/lua51/lstate.h" +} + +#endif
\ No newline at end of file |