mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-09-22 06:45:07 +00:00
Tools to proper namespaces
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Numerics;
|
||||
using NDecrypt.N3DS;
|
||||
using NDecrypt.N3DS.Headers;
|
||||
|
||||
namespace NDecrypt
|
||||
namespace NDecrypt.N3DS
|
||||
{
|
||||
internal class ThreeDSTool : ITool
|
||||
{
|
||||
@@ -1,10 +1,9 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using NDecrypt.NDS;
|
||||
using NDecrypt.NDS.Headers;
|
||||
|
||||
namespace NDecrypt
|
||||
namespace NDecrypt.NDS
|
||||
{
|
||||
internal class DSTool : ITool
|
||||
{
|
||||
@@ -1,5 +1,7 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using NDecrypt.N3DS;
|
||||
using NDecrypt.NDS;
|
||||
|
||||
namespace NDecrypt
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user