summaryrefslogtreecommitdiff
path: root/source/3rd-party/Luax/luax_vm.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-30 11:59:35 +0800
committerchai <chaifix@163.com>2019-03-30 11:59:35 +0800
commitc270d033fa04873ee7a8925dbb00cae5edc4555c (patch)
treeee27a45c5b946b08dd7a726a925028f6ca3eabf1 /source/3rd-party/Luax/luax_vm.h
parent771df5c31cd5653467fd6e76c1a3e002ca39582c (diff)
*misc
Diffstat (limited to 'source/3rd-party/Luax/luax_vm.h')
-rw-r--r--source/3rd-party/Luax/luax_vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/3rd-party/Luax/luax_vm.h b/source/3rd-party/Luax/luax_vm.h
index 1bac71e..3eda3f8 100644
--- a/source/3rd-party/Luax/luax_vm.h
+++ b/source/3rd-party/Luax/luax_vm.h
@@ -35,6 +35,7 @@ namespace Luax
lua_State* GetMainThread();
lua_State* CreateThread();
+ LuaxState GetMainState();
LuaxRefTable& GetStrongRefTable();
LuaxRefTable& GetWeakRefTable();