diff options
Diffstat (limited to 'Source/3rdParty/Luax/luax_enum.h')
-rw-r--r-- | Source/3rdParty/Luax/luax_enum.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/3rdParty/Luax/luax_enum.h b/Source/3rdParty/Luax/luax_enum.h index 19b2b83..f709885 100644 --- a/Source/3rdParty/Luax/luax_enum.h +++ b/Source/3rdParty/Luax/luax_enum.h @@ -20,7 +20,7 @@ namespace Luax extern int l_rmt__newindex(lua_State* L); //-------------------------------------------------------------------------------------------------------------- - +#ifdef LUAX_ENABLE_PLAIN_ENABLE /// /// luaö٣ĵtable /// @@ -31,6 +31,7 @@ namespace Luax static int registry(lua_State* L); }; +#endif } |