Show More
Commit Description:
Disable extra sound effect outside of debug mode again.
Commit Description:
Disable extra sound effect outside of debug mode again.
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);
}