1
0

Tolua generates LuaState_Call.inc file.

This commit is contained in:
madmaxoft
2014-07-01 22:19:14 +02:00
parent bb0e88fcf8
commit b6d5d50b31
4 changed files with 31 additions and 624 deletions

View File

@@ -3,6 +3,20 @@ local disable_virtual_hooks = true
local enable_pure_virtual = true
local default_private_access = false
-- Code generators used by the build
-- Note that these are not exactly needed for the bindings, but rather we
-- misuse tolua's Lua engine to process files for us
dofile("gen_LuaState_Call.lua")
local access = {public = 0, protected = 1, private = 2}
function preparse_hook(p)