mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 22:07:44 +01:00
Add generated files for now
This commit is contained in:
parent
0690cce995
commit
1bce618684
502 changed files with 1276906 additions and 1 deletions
25
imgui/Dalamud.ImGui/Generated/Constants/Constants.000.cs
Normal file
25
imgui/Dalamud.ImGui/Generated/Constants/Constants.000.cs
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <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;
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue