Show More
Commit Description:
Some refactoring....
Commit Description:
Some refactoring. (grafted from 111182ff6d2d689a5333793d865bb649093ec9a7)
File last commit:
Show/Diff file:
Action:
ImGui.NET/ImGuiSizeCallback.cs
4 lines | 106 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
public unsafe delegate void ImGuiSizeCallback(ImGuiSizeCallbackData* data);
}