mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Move RomfsEntry class
This commit is contained in:
parent
6e2fa012c2
commit
bd73237e98
@ -3,7 +3,7 @@ using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace LibHac
|
||||
namespace LibHac.IO
|
||||
{
|
||||
public abstract class RomfsEntry
|
||||
{
|
@ -1,5 +1,4 @@
|
||||
using System.IO;
|
||||
using LibHac;
|
||||
using LibHac.IO;
|
||||
|
||||
namespace hactoolnet
|
||||
|
Loading…
x
Reference in New Issue
Block a user