mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 05:36:07 +00:00
12 lines
420 B
C#
12 lines
420 B
C#
namespace BurnOutSharp.FileType
|
|
{
|
|
#region TEMPORARY AREA FOR LZX COMPRESSION FORMAT
|
|
|
|
// See the following for details about implementation (there is no open spec):
|
|
// https://github.com/kyz/libmspack/blob/master/libmspack/mspack/lzx.h
|
|
// https://github.com/kyz/libmspack/blob/master/libmspack/mspack/lzxc.c
|
|
// https://github.com/kyz/libmspack/blob/master/libmspack/mspack/lzxd.c
|
|
|
|
#endregion
|
|
}
|