add ImRect to non POD defs

This commit is contained in:
Victor Bombi
2020-04-07 12:32:38 +02:00
parent ef683bf14a
commit 4197d9f7e5

View File

@@ -519,7 +519,7 @@ local function parseImGuiHeader(header,names)
end
parser.cname_overloads = cimgui_overloads
parser.manuals = cimgui_manuals
parser.UDTs = {"ImVec2","ImVec4","ImColor"}
parser.UDTs = {"ImVec2","ImVec4","ImColor","ImRect"}
local pipe,err
if HAVE_COMPILER then