mirror of
https://github.com/cimgui/cimgui.git
synced 2026-06-12 09:31:18 +01:00
cpp2ffi: post skipped functions
This commit is contained in:
@@ -1593,6 +1593,10 @@ local function ADDnonUDT(FP)
|
||||
end
|
||||
end
|
||||
end
|
||||
if next(FP.skipped) then
|
||||
print(" =======skipped functions=====")
|
||||
M.prtable(FP.skipped)
|
||||
end
|
||||
end
|
||||
local function ADDnonUDT_OLD(FP)
|
||||
local nonPOD = get_nonPOD(FP)
|
||||
|
||||
Reference in New Issue
Block a user