MoonWorksImGuiExample/lib/ImGui.NET/Generated/ImGuiTableRowFlags.gen.cs

10 lines
128 B
C#
Raw Normal View History

2022-03-04 01:20:00 +00:00
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiTableRowFlags
{
None = 0,
Headers = 1,
}
}