mirror of
https://github.com/maxartz15/MoonWorksDearImGuiScaffold.git
synced 2024-11-10 02:02:54 +01:00
5 lines
106 B
C#
5 lines
106 B
C#
namespace ImGuiNET
|
|
{
|
|
public unsafe delegate void ImGuiSizeCallback(ImGuiSizeCallbackData* data);
|
|
}
|