Skip to content

Commit

Permalink
Fix #17
Browse files Browse the repository at this point in the history
Co-Authored-By: nitro <31241699+nitrog0d@users.noreply.github.com>
  • Loading branch information
aybe and nitrog0d committed Mar 8, 2023
1 parent 354bb28 commit 32cd37b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DearGenerator/Library.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ protected virtual void PreprocessIgnores(ASTContext ctx)
Ignore(ctx, "ImVec4", null, IgnoreType.Class); // manual
Ignore(ctx, "ImVector", null, IgnoreType.Class); // manual

Ignore(ctx, "ImGuiModFlags_", null, IgnoreType.Enum); // useless
Ignore(ctx, "ImGuiNavInput_", null, IgnoreType.Enum); // useless

Ignore(ctx, "ImDrawCmd", "GetTexID", IgnoreType.Method); // manual
Ignore(ctx, "ImDrawList", "GetClipRectMax", IgnoreType.Method); // manual
Ignore(ctx, "ImDrawList", "GetClipRectMin", IgnoreType.Method); // manual
Expand Down

0 comments on commit 32cd37b

Please sign in to comment.