Dalamud/imgui/Dalamud.Bindings.ImGui/Generated/Constants/Constants.000.cs
2025-04-06 21:08:34 +02:00

25 lines
629 B
C#

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