Disabled Lua virtual hooks.
This technology was used for old-style plugins and is no longer supported nor needed. Fixes #78.master
parent
8fe6bb55dd
commit
76cf61ce66
1971
source/Bindings.cpp
1971
source/Bindings.cpp
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
** Lua binding: AllToLua
|
||||
** Generated automatically by tolua++-1.0.92 on 08/17/13 23:54:30.
|
||||
** Generated automatically by tolua++-1.0.92 on 08/18/13 10:47:31.
|
||||
*/
|
||||
|
||||
/* Exported function */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-- flags
|
||||
local disable_virtual_hooks = false
|
||||
local disable_virtual_hooks = true
|
||||
local enable_pure_virtual = true
|
||||
local default_private_access = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue