From d2e4b2839bc7ce874370ff4c52dcfdadf666ff52 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 15 Nov 2020 09:59:32 +0800 Subject: +lua binding --- Runtime/Scripting/LuaBindInternal.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Runtime/Scripting/LuaBindInternal.h (limited to 'Runtime/Scripting/LuaBindInternal.h') 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 -- cgit v1.1-26-g67d0