summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/luax_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/3rdParty/Luax/luax_state.h')
-rw-r--r--Source/3rdParty/Luax/luax_state.h12
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: