Skip to content

Commit

Permalink
Update ImGuiAppDemo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-edmondson authored Sep 14, 2024
1 parent 5623d88 commit 073b43e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ImGuiAppDemo/ImGuiAppDemo.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Ignore Spelling: App Im

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

using System.Runtime.InteropServices;
using ImGuiNET;
using ktsu.io.ImGuiApp;
using ktsu.io.ImGuiApp.Demo.Properties;
using ktsu.ImGuiApp;
using ktsu.ImGuiApp.Demo.Properties;

internal static class ImGuiAppDemo
{
Expand Down

0 comments on commit 073b43e

Please sign in to comment.