diff options
author | chai <chaifix@163.com> | 2019-03-17 10:49:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-17 10:49:50 +0800 |
commit | ad2805aa839892589c13a615730da52f6e474709 (patch) | |
tree | f818bbacee347f8d64d9134ffe4fbda366ba87fe /Source/3rdParty/Luax/luax_state.h | |
parent | fb830270c5269a22819a0c0f1ee280f9aa3f1b39 (diff) |
*luax
Diffstat (limited to 'Source/3rdParty/Luax/luax_state.h')
-rw-r--r-- | Source/3rdParty/Luax/luax_state.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Source/3rdParty/Luax/luax_state.h b/Source/3rdParty/Luax/luax_state.h index 2bcfd9b..fee9d8a 100644 --- a/Source/3rdParty/Luax/luax_state.h +++ b/Source/3rdParty/Luax/luax_state.h @@ -16,7 +16,7 @@ namespace Luax /// /// lua_StateĴ˱һlua_Stateòݡһʵmetatable£ - /// interface table + /// class table /// member table /// ref table /// userdata @@ -163,6 +163,16 @@ namespace Luax /// void RegisterLib(cc8* libname, const luaL_Reg* l); + /// + /// עᴿluaעắluaࡣ + /// + void RegisterPlainClassRegistry(cc8* name); + + /// + /// עᴿluaö٣Էֹöֵ + /// + void RegisterPlainEnumRegistry(cc8* name); + //------------------------------------------------------------------------------------------------------------ private: |