wip bindings upgrade

This commit is contained in:
goaaats 2025-04-06 20:59:23 +02:00
parent bd7e56850a
commit 0690cce995
272 changed files with 139041 additions and 1541 deletions

View file

@ -0,0 +1,16 @@
#nullable disable
namespace Dalamud.Bindings.ImGui
{
using HexaGen.Runtime;
public static unsafe partial class ImGuiP
{
internal static FunctionTable funcTable;
static ImGuiP()
{
funcTable = ImGui.funcTable;
}
}
}