Show More
Commit Description:
Further refactoring....
Commit Description:
Further refactoring. I don't love this, but I think it lays the groundwork for future refactorings.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiTableRowFlags.gen.cs
9 lines | 128 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiTableRowFlags
{
None = 0,
Headers = 1,
}
}