Skip to content

Commit

Permalink
Migrate ktsu.io to ktsu namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-edmondson committed Sep 14, 2024
1 parent 58ea9b8 commit a5c95e2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ImGuiApp/ForceDpiAware.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion ImGuiApp/GdiPlusHelper.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
6 changes: 3 additions & 3 deletions ImGuiApp/ImGuiApp.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// Ignore Spelling: App Im

namespace ktsu.io.ImGuiApp;
namespace ktsu.ImGuiApp;

using System.Collections.Concurrent;
using System.Collections.ObjectModel;
using System.Numerics;
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;
Expand Down
4 changes: 2 additions & 2 deletions ImGuiApp/Resources/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ImGuiApp/UIScaler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace ktsu.io.ImGuiApp;
namespace ktsu.ImGuiApp;

using ktsu.io.ScopedAction;
using ktsu.ScopedAction;
using ImGuiNET;
using System.Numerics;

Expand Down

0 comments on commit a5c95e2

Please sign in to comment.