move bindings around

This commit is contained in:
goaaats 2025-04-06 21:08:34 +02:00
parent 1bce618684
commit b5a8bfe399
546 changed files with 8 additions and 8 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;
}
}
}