Show More
Commit Description:
Add little ponds and improve water status messages....
Commit Description:
Add little ponds and improve water status messages. No longer render water cells as "Water Oak." (Oak is the value of the enum when set to zero.)
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiTableRowFlags.gen.cs
9 lines | 128 B | text/x-csharp | CSharpLexer
Include implot.
r505 namespace ImGuiNET
{
[System.Flags]
public enum ImGuiTableRowFlags
{
None = 0,
Headers = 1,
}
}