mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 00:07:49 +01:00
wip bindings upgrade
This commit is contained in:
parent
bd7e56850a
commit
0690cce995
272 changed files with 139041 additions and 1541 deletions
16
imgui/Dalamud.ImGui/ImGuiP.cs
Normal file
16
imgui/Dalamud.ImGui/ImGuiP.cs
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue