mirror of
https://github.com/maxartz15/MoonWorksDearImGuiScaffold.git
synced 2024-11-10 02:02:54 +01:00
10 lines
128 B
C#
10 lines
128 B
C#
namespace ImGuiNET
|
|
{
|
|
[System.Flags]
|
|
public enum ImGuiTableRowFlags
|
|
{
|
|
None = 0,
|
|
Headers = 1,
|
|
}
|
|
}
|