This commit is contained in:
Soreepeong 2025-07-22 02:10:46 +09:00
parent cc741cec67
commit 51a20300d8
237 changed files with 104170 additions and 24 deletions

View file

@ -0,0 +1,22 @@
// <auto-generated/>
using HexaGen.Runtime;
using System;
using System.Diagnostics;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Dalamud.Bindings.ImGui;
public unsafe partial struct ImGuiOnceUponAFrame
{
public unsafe void Destroy()
{
fixed (ImGuiOnceUponAFrame* @this = &this)
{
ImGuiNative.Destroy(@this);
}
}
}