avoid vardef = ImVec(...) happens in implot

This commit is contained in:
sonoro1234
2026-02-11 17:48:06 +01:00
parent c56d1668b1
commit a890b9f594

View File

@@ -2046,6 +2046,10 @@ function M.Parser()
print("--skip enum forward declaration:",it2)
it2 = ""
end
if it2:match"=%s*ImVec" then
print("--skip = vardef declaration:",it2)
it2 = ""
end
end
--table.insert(outtabpre,it2)
--table.insert(outtab,it2)