diff options
Diffstat (limited to 'source/3rd-party/Luax/luax_vm.cpp')
-rw-r--r-- | source/3rd-party/Luax/luax_vm.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/3rd-party/Luax/luax_vm.cpp b/source/3rd-party/Luax/luax_vm.cpp index 5e9d1f5..4dc7e0c 100644 --- a/source/3rd-party/Luax/luax_vm.cpp +++ b/source/3rd-party/Luax/luax_vm.cpp @@ -58,6 +58,11 @@ namespace Luax return mMainThread; } + LuaxState LuaxVM::GetMainState() + { + return mMainThread; + } + LuaxRefTable& LuaxVM::GetStrongRefTable() { return mStrongRefTable; |