Show More
Commit Description:
Added tag 0.24.30-1 for changeset 34c640f57515
Commit Description:
Added tag 0.24.30-1 for changeset 34c640f57515
File last commit:
Show/Diff file:
Action:
ImGui.NET/ImGuiSizeCallback.cs
4 lines | 106 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
public unsafe delegate void ImGuiSizeCallback(ImGuiSizeCallbackData* data);
}