diff options
| author | chai <chaifix@163.com> | 2019-03-30 11:59:35 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2019-03-30 11:59:35 +0800 |
| commit | c270d033fa04873ee7a8925dbb00cae5edc4555c (patch) | |
| tree | ee27a45c5b946b08dd7a726a925028f6ca3eabf1 /source/3rd-party/Luax/luax_vm.h | |
| parent | 771df5c31cd5653467fd6e76c1a3e002ca39582c (diff) | |
*misc
Diffstat (limited to 'source/3rd-party/Luax/luax_vm.h')
| -rw-r--r-- | source/3rd-party/Luax/luax_vm.h | 1 |
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(); |
