1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Moved into MiniZ namespace

This commit is contained in:
Brian Fiete 2020-05-13 07:40:06 -07:00
parent 740b00629a
commit f96b1a5d7a

View file

@ -40,7 +40,7 @@ using System.Diagnostics;
#define MINIZ_LITTLE_ENDIAN
#define MINIZ_USE_UNALIGNED_LOADS_AND_STORES
namespace IDE.Util
namespace MiniZ
{
class ZipFile
{