From 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Mar 2019 23:06:27 +0800 Subject: *rename --- Source/3rdParty/Luax/luax_context.cpp | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Source/3rdParty/Luax/luax_context.cpp (limited to 'Source/3rdParty/Luax/luax_context.cpp') diff --git a/Source/3rdParty/Luax/luax_context.cpp b/Source/3rdParty/Luax/luax_context.cpp deleted file mode 100644 index d41c24f..0000000 --- a/Source/3rdParty/Luax/luax_context.cpp +++ /dev/null @@ -1,29 +0,0 @@ -#include "luax_context.h" - -namespace Luax -{ - - LuaxContext::LuaxContext(lua_State* L) - : state(L) - { - assert(state); - } - - LuaxContext::~LuaxContext() - { - } - - // ³õʼ»¯context - void LuaxContext::Setup() - { - SetupRefTables(); - } - - void LuaxContext::SetupRefTables() - { - // strong refºÍ weak ref - strongRefTable.Init(state, "_LUAX_STRONGREF_TABLE"); - weakRefTable.Init(state, "_LUAX_WEAKREF_TABLE", "v"); - } - -} \ No newline at end of file -- cgit v1.1-26-g67d0