From 7c8c68d79343d04be382334c15a73d079450857c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 17 Oct 2021 23:05:01 +0800 Subject: *misc --- Runtime/LuaBind/LuaBindInternal.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Runtime/LuaBind/LuaBindInternal.h (limited to 'Runtime/LuaBind/LuaBindInternal.h') 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 -- cgit v1.1-26-g67d0