diff options
Diffstat (limited to 'Runtime/Scripting/LuaBindInternal.h')
-rw-r--r-- | Runtime/Scripting/LuaBindInternal.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Runtime/Scripting/LuaBindInternal.h b/Runtime/Scripting/LuaBindInternal.h new file mode 100644 index 0000000..99f45d0 --- /dev/null +++ b/Runtime/Scripting/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 |