diff --git a/ImGuiApp/ForceDpiAware.cs b/ImGuiApp/ForceDpiAware.cs index a65fb9d..bf0b455 100644 --- a/ImGuiApp/ForceDpiAware.cs +++ b/ImGuiApp/ForceDpiAware.cs @@ -1,7 +1,7 @@ // Adapted From: https://github.com/Ryujinx/Ryujinx/blob/master/src/Ryujinx.Common/SystemInterop/ForceDpiAware.cs // License: MIT -namespace ktsu.io.ImGuiApp; +namespace ktsu.ImGuiApp; using System.Globalization; using System.Runtime.InteropServices; diff --git a/ImGuiApp/GdiPlusHelper.cs b/ImGuiApp/GdiPlusHelper.cs index 1b22157..4cc6ced 100644 --- a/ImGuiApp/GdiPlusHelper.cs +++ b/ImGuiApp/GdiPlusHelper.cs @@ -1,7 +1,7 @@ // Adapted From: https://github.com/Ryujinx/Ryujinx/blob/master/src/Ryujinx.Common/SystemInterop/GdiPlusHelper.cs // License: MIT -namespace ktsu.io.ImGuiApp; +namespace ktsu.ImGuiApp; using System.Runtime.InteropServices; using System.Runtime.Versioning; diff --git a/ImGuiApp/ImGuiApp.cs b/ImGuiApp/ImGuiApp.cs index e87c339..8f1ea06 100644 --- a/ImGuiApp/ImGuiApp.cs +++ b/ImGuiApp/ImGuiApp.cs @@ -1,6 +1,6 @@ // Ignore Spelling: App Im -namespace ktsu.io.ImGuiApp; +namespace ktsu.ImGuiApp; using System.Collections.Concurrent; using System.Collections.ObjectModel; @@ -8,8 +8,8 @@ namespace ktsu.io.ImGuiApp; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using ImGuiNET; -using ktsu.io.Extensions; -using ktsu.io.StrongPaths; +using ktsu.Extensions; +using ktsu.StrongPaths; using Silk.NET.Input; using Silk.NET.OpenGL; using Silk.NET.OpenGL.Extensions.ImGui; diff --git a/ImGuiApp/Resources/Resources.Designer.cs b/ImGuiApp/Resources/Resources.Designer.cs index 2d75e13..c30ffe0 100644 --- a/ImGuiApp/Resources/Resources.Designer.cs +++ b/ImGuiApp/Resources/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace ktsu.io.ImGuiApp.Resources { +namespace ktsu.ImGuiApp.Resources { using System; @@ -39,7 +39,7 @@ internal Resources() { internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ktsu.io.ImGuiApp.Resources.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ktsu.ImGuiApp.Resources.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; diff --git a/ImGuiApp/UIScaler.cs b/ImGuiApp/UIScaler.cs index 21117fd..24e1ab4 100644 --- a/ImGuiApp/UIScaler.cs +++ b/ImGuiApp/UIScaler.cs @@ -1,6 +1,6 @@ -namespace ktsu.io.ImGuiApp; +namespace ktsu.ImGuiApp; -using ktsu.io.ScopedAction; +using ktsu.ScopedAction; using ImGuiNET; using System.Numerics;