mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
29 lines
725 B
C#
29 lines
725 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 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;
|
|
|
|
}
|
|
}
|