From 64f89347883d519b202711a11d2ea175bd80be37 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 15 Nov 2020 09:59:22 +0800 Subject: +lua binding --- Runtime/Scripting/luax_internal.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Runtime/Scripting/luax_internal.h (limited to 'Runtime/Scripting/luax_internal.h') diff --git a/Runtime/Scripting/luax_internal.h b/Runtime/Scripting/luax_internal.h deleted file mode 100644 index 056c967..0000000 --- a/Runtime/Scripting/luax_internal.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __LUAX_INTERNAL_H__ -#define __LUAX_INTERNAL_H__ - -/// -/// 对lua源代码的深度使用 -/// -extern "C" -{ -#include "ThirdParty/lua51/lstate.h" -} - -#endif \ No newline at end of file -- cgit v1.1-26-g67d0