mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 16:27:44 +01:00
move bindings around
This commit is contained in:
parent
1bce618684
commit
b5a8bfe399
546 changed files with 8 additions and 8 deletions
|
|
@ -1,16 +0,0 @@
|
|||
#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