Files
BinaryObjectScanner/BurnOutSharp/FileType/MicrosoftCAB.LZX.cs
2022-12-13 21:51:24 -08:00

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
}