Files
SabreTools.Compression/libmspack/mspack_file.cs
2023-09-19 00:30:31 -04:00

9 lines
311 B
C#

namespace SabreTools.Compression.libmspack
{
/// <summary>
/// A structure which represents an open file handle. The contents of this
/// structure are determined by the implementation of the
/// mspack_system::open() method.
/// </summary>
public unsafe abstract class mspack_file { }
}