// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ using System; using HexaGen.Runtime; using System.Numerics; namespace Dalamud.Bindings.ImGui { public unsafe partial class ImGui { public const int CIMGUI_VARGS0 = 1; public const int IMGUI_USE_WCHAR32 = 1; public const int IMGUI_ENABLE_FREETYPE = 1; public const int CIMGUI_DEFINE_ENUMS_AND_STRUCTS = 1; public const int IMGUI_HAS_DOCK = 1; } }