drop ImVector functions

This commit is contained in:
sonoro1234
2019-09-25 12:39:51 +02:00
parent cde83f9fe8
commit 0f5aa16fe8
9 changed files with 50 additions and 24730 deletions

View File

@@ -446,6 +446,7 @@ end
local function cimgui_generation(parser)
cpp2ffi.prtable(parser.templates)
cpp2ffi.prtable(parser.typenames)
--[[
-- clean ImVector:contains() for not applicable types
local clean_f = {}
for k,v in pairs(parser.defsT) do
@@ -464,7 +465,7 @@ local function cimgui_generation(parser)
end
end
end
--]]
--------------------------------------------------
local hstrfile = read_data"./cimgui_template.h"