diff options
author | chai <chaifix@163.com> | 2021-10-23 00:31:25 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-23 00:31:25 +0800 |
commit | df0444f85f9bf623cc886e1632e624ef20cb0f1b (patch) | |
tree | 4aff1454312540f137bb318349b48e58d9b06d80 /Runtime/Lua/LuaBind/LuaBindConfig.h | |
parent | 4dafefe46a72ba47468b13d011f8299055081b0f (diff) |
-member table
Diffstat (limited to 'Runtime/Lua/LuaBind/LuaBindConfig.h')
-rw-r--r-- | Runtime/Lua/LuaBind/LuaBindConfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Runtime/Lua/LuaBind/LuaBindConfig.h b/Runtime/Lua/LuaBind/LuaBindConfig.h index 829c049..d2cbff7 100644 --- a/Runtime/Lua/LuaBind/LuaBindConfig.h +++ b/Runtime/Lua/LuaBind/LuaBindConfig.h @@ -50,10 +50,6 @@ namespace LuaBind #define LUA_BIND_API LUA_BIND_LIBRARY_EXPORT #endif -#define LUA_BIND_ENABLE_NATIVE_EXTEND 0 -#define LUA_BIND_ENABLE_PLAIN_CLASS 0 -#define LUA_BIND_ENABLE_PLAIN_ENUM 0 - #define LUA_BIND_PROFILER 0 } |