diff options
Diffstat (limited to 'Ryujinx.Graphics.Vic/Rectangle.cs')
| -rw-r--r-- | Ryujinx.Graphics.Vic/Rectangle.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Ryujinx.Graphics.Vic/Rectangle.cs b/Ryujinx.Graphics.Vic/Rectangle.cs deleted file mode 100644 index 8a8dd63a..00000000 --- a/Ryujinx.Graphics.Vic/Rectangle.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace Ryujinx.Graphics.Vic -{ - readonly struct Rectangle - { - public readonly int X; - public readonly int Y; - public readonly int Width; - public readonly int Height; - - public Rectangle(int x, int y, int width, int height) - { - X = x; - Y = y; - Width = width; - Height = height; - } - } -}
\ No newline at end of file |
