mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Move RomfsEntry class
This commit is contained in:
parent
6e2fa012c2
commit
bd73237e98
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ using System.Diagnostics;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace LibHac
|
namespace LibHac.IO
|
||||||
{
|
{
|
||||||
public abstract class RomfsEntry
|
public abstract class RomfsEntry
|
||||||
{
|
{
|
|
@ -1,5 +1,4 @@
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using LibHac;
|
|
||||||
using LibHac.IO;
|
using LibHac.IO;
|
||||||
|
|
||||||
namespace hactoolnet
|
namespace hactoolnet
|
||||||
|
|
Loading…
Reference in a new issue