mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -17,9 +17,7 @@ using System.Numerics;
|
|||
namespace Dalamud.Bindings.ImGui
|
||||
{
|
||||
/// <summary>
|
||||
/// Windows data saved in imgui.ini file<br/>
|
||||
/// Because we never destroy or rename ImGuiWindowSettings, we can store the names in a separate buffer easily.<br/>
|
||||
/// (this is designed to be stored in a ImChunkStream buffer, with the variable-length Name following our structure)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public partial struct ImGuiWindowSettings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue