Skip to content

Commit

Permalink
Move forkawesome, colorspacehandling, fix .xyz extension method
Browse files Browse the repository at this point in the history
  • Loading branch information
Philiquaz committed Oct 15, 2024
1 parent 776e1d8 commit 6478936
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/StudioCore/Editor/EditorDecorations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using SoulsFormats;
using StudioCore.ParamEditor;
using StudioCore.TextEditor;
using StudioCore.Utilities;
using System;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace StudioCore;
namespace StudioCore.Graphics;

/// <summary>
/// Identifies the kind of color space handling that an <see cref="VulkanImGuiRenderer" /> uses.
Expand Down
1 change: 1 addition & 0 deletions src/StudioCore/MsbEditor/PropertyEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using StudioCore.Editor;
using StudioCore.ParamEditor;
using StudioCore.Renderer.Scene;
using StudioCore.Utilities;
using System;
using System.Collections.Generic;
using System.Drawing;
Expand Down
1 change: 1 addition & 0 deletions src/StudioCore/ParamEditor/AutoFill.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using Andre.Formats;
using static Andre.Native.ImGuiBindings;
using StudioCore.Editor;
using StudioCore.Utilities;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
1 change: 1 addition & 0 deletions src/StudioCore/Renderer/Gui/Viewport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using StudioCore.MsbEditor;
using StudioCore.Renderer.Resource;
using StudioCore.Renderer.Scene;
using StudioCore.Utilities;
using System;
using System.Drawing;
using System.Numerics;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// from https://raw.githubusercontent.com/ForkAwesome/Fork-Awesome/master/src/icons/icons.yml
// for use with https://github.com/ForkAwesome/Fork-Awesome/blob/master/fonts/forkawesome-webfont.ttf

namespace StudioCore;
namespace StudioCore.Utilities;

public class ForkAwesome
{
Expand Down

0 comments on commit 6478936

Please sign in to comment.