Re-encoding all files with utf-8;

This commit is contained in:
2025-11-04 13:31:21 +09:00
parent 017153aa02
commit 2612e19d35
178 changed files with 178 additions and 178 deletions

View File

@@ -1,4 +1,4 @@
namespace Ghost.Graphics.Core;
namespace Ghost.Graphics.Core;
public class Camera
{

View File

@@ -1,4 +1,4 @@
using System.Drawing;
using System.Drawing;
using System.Runtime.InteropServices;
namespace Ghost.Graphics.Core;

View File

@@ -1,4 +1,4 @@
using Ghost.Core;
using Ghost.Core;
using Ghost.Graphics.RHI;
using Misaki.HighPerformance.LowLevel.Buffer;
using Misaki.HighPerformance.LowLevel.Collections;

View File

@@ -1,4 +1,4 @@
using Ghost.Core;
using Ghost.Core;
using Ghost.Core.Graphics;
using Ghost.Graphics.RHI;
using Misaki.HighPerformance.LowLevel.Buffer;

View File

@@ -1,4 +1,4 @@
using Ghost.Core;
using Ghost.Core;
namespace Ghost.Graphics.Core;

View File

@@ -1,4 +1,4 @@
using Ghost.Graphics.Contracts;
using Ghost.Graphics.Contracts;
using Ghost.Graphics.Core;
namespace Ghost.Graphics.Core;

View File

@@ -1,4 +1,4 @@
using Misaki.HighPerformance.LowLevel.Collections;
using Misaki.HighPerformance.LowLevel.Collections;
using Misaki.HighPerformance.Mathematics;
using System.Runtime.InteropServices;
using TerraFX.Interop.DirectX;