diff options
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(); |