summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/luax_state.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-18 08:49:16 +0800
committerchai <chaifix@163.com>2019-03-18 08:49:16 +0800
commit5e2a973516e0729b225da9de0b03015dc5854ac4 (patch)
tree419e662de962cdc3cec646a814f443a9434b5db5 /Source/3rdParty/Luax/luax_state.h
parent9c0c9c9284b4cea07656a5e91eaf90adb961a38e (diff)
*luax
Diffstat (limited to 'Source/3rdParty/Luax/luax_state.h')
-rw-r--r--Source/3rdParty/Luax/luax_state.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/3rdParty/Luax/luax_state.h b/Source/3rdParty/Luax/luax_state.h
index 71e2c5c..8c5b8d6 100644
--- a/Source/3rdParty/Luax/luax_state.h
+++ b/Source/3rdParty/Luax/luax_state.h
@@ -168,15 +168,19 @@ namespace Luax
///
void RegisterLib(cc8* libname, const luaL_Reg* l);
+#ifdef LUAX_ENABLE_PLAIN_CLASS
///
/// עᴿluaעắluaࡣ
///
void RegisterPlainClassRegistry(cc8* name);
+#endif
+#ifdef LUAX_ENABLE_PLAIN_ENABLE
///
/// עᴿluaö٣Էֹ޸öֵ
///
void RegisterPlainEnumRegistry(cc8* name);
+#endif
//------------------------------------------------------------------------------------------------------------