mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-02-11 05:35:22 +00:00
9 lines
311 B
C#
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 { }
|
|
} |