mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Move Lz4
This commit is contained in:
parent
56b0695d0a
commit
bba1030143
2 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@ using System.Runtime.CompilerServices;
|
||||||
using LibHac.Common;
|
using LibHac.Common;
|
||||||
using LibHac.Fs;
|
using LibHac.Fs;
|
||||||
using LibHac.Fs.Fsa;
|
using LibHac.Fs.Fsa;
|
||||||
|
using LibHac.Util;
|
||||||
|
|
||||||
namespace LibHac.Loader;
|
namespace LibHac.Loader;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace LibHac;
|
namespace LibHac.Util;
|
||||||
|
|
||||||
public static class Lz4
|
public static class Lz4
|
||||||
{
|
{
|
Loading…
Reference in a new issue