mirror of
https://github.com/cimgui/cimgui.git
synced 2026-03-20 04:51:18 +00:00
avoid vardef = ImVec(...) happens in implot
This commit is contained in:
@@ -2046,6 +2046,10 @@ function M.Parser()
|
|||||||
print("--skip enum forward declaration:",it2)
|
print("--skip enum forward declaration:",it2)
|
||||||
it2 = ""
|
it2 = ""
|
||||||
end
|
end
|
||||||
|
if it2:match"=%s*ImVec" then
|
||||||
|
print("--skip = vardef declaration:",it2)
|
||||||
|
it2 = ""
|
||||||
|
end
|
||||||
end
|
end
|
||||||
--table.insert(outtabpre,it2)
|
--table.insert(outtabpre,it2)
|
||||||
--table.insert(outtab,it2)
|
--table.insert(outtab,it2)
|
||||||
|
|||||||
Reference in New Issue
Block a user