mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix namespaces.
This commit is contained in:
@@ -34,7 +34,7 @@ using System;
|
||||
|
||||
// ReSharper disable UnusedMember.Local
|
||||
|
||||
namespace Aaru.Filesystems.FATX
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
public partial class XboxFatPlugin
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ using System.Linq;
|
||||
using Aaru.CommonTypes.Structs;
|
||||
using Aaru.Helpers;
|
||||
|
||||
namespace Aaru.Filesystems.FATX
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
public partial class XboxFatPlugin
|
||||
{
|
||||
|
||||
@@ -38,7 +38,7 @@ using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.CommonTypes.Structs;
|
||||
using Schemas;
|
||||
|
||||
namespace Aaru.Filesystems.FATX
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
public partial class XboxFatPlugin : IReadOnlyFilesystem
|
||||
{
|
||||
|
||||
@@ -35,9 +35,10 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using Aaru.CommonTypes.Structs;
|
||||
using Aaru.Helpers;
|
||||
using FileAttributes = Aaru.CommonTypes.Structs.FileAttributes;
|
||||
|
||||
namespace Aaru.Filesystems.FATX
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
public partial class XboxFatPlugin
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Helpers;
|
||||
using Schemas;
|
||||
|
||||
namespace Aaru.Filesystems.FATX
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
public partial class XboxFatPlugin
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Aaru.Filesystems.FATX
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
public partial class XboxFatPlugin
|
||||
{
|
||||
|
||||
@@ -39,10 +39,11 @@ using Aaru.CommonTypes;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.CommonTypes.Structs;
|
||||
using Aaru.Console;
|
||||
using Aaru.Helpers;
|
||||
using Schemas;
|
||||
using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Filesystems.FATX
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
public partial class XboxFatPlugin
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user