mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
refactor: move Dalamud.Interface utils into main assembly, warnings pass
This commit is contained in:
parent
758ae7c097
commit
02e1f2502e
80 changed files with 394 additions and 303 deletions
|
|
@ -2,6 +2,7 @@ using System.Numerics;
|
|||
|
||||
using Dalamud.Configuration.Internal;
|
||||
using Dalamud.Game.ClientState.Keys;
|
||||
using Dalamud.Interface.Utility;
|
||||
using FFXIVClientStructs.FFXIV.Client.UI;
|
||||
using ImGuiNET;
|
||||
|
||||
|
|
@ -223,6 +224,7 @@ public abstract class Window
|
|||
/// <summary>
|
||||
/// Draw the window via ImGui.
|
||||
/// </summary>
|
||||
/// <param name="configuration">Configuration instance used to check if certain window management features should be enabled.</param>
|
||||
internal void DrawInternal(DalamudConfiguration? configuration)
|
||||
{
|
||||
this.PreOpenCheck();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue