mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename namespace.
This commit is contained in:
@@ -34,13 +34,13 @@ using System;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Claunia.Encoding;
|
||||
using DiscImageChef.CommonTypes;
|
||||
using DiscImageChef.CommonTypes.Interfaces;
|
||||
using DiscImageChef.Console;
|
||||
using Aaru.CommonTypes;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Console;
|
||||
using Schemas;
|
||||
using Encoding = System.Text.Encoding;
|
||||
|
||||
namespace DiscImageChef.Filesystems
|
||||
namespace Aaru.Filesystems
|
||||
{
|
||||
// Information from Apple ProDOS 8 Technical Reference
|
||||
public class ProDOSPlugin : IFilesystem
|
||||
|
||||
Reference in New Issue
Block a user