using System.Runtime.InteropServices;
namespace SabreTools.Data.Models.GCF
{
///
[StructLayout(LayoutKind.Sequential)]
public sealed class DirectoryMapEntry
{
///
/// Index of the first data block. (N/A if == BlockCount.)
///
public uint FirstBlockIndex;
}
}