Add LE/LX entry table

This commit is contained in:
Matt Nadareski
2022-11-04 16:51:04 -07:00
parent 5941d4ca16
commit 65efda1a7a
3 changed files with 266 additions and 1 deletions

View File

@@ -42,7 +42,10 @@ namespace BurnOutSharp.Models.LinearExecutable
/// </summary>
public ResidentNameTableEntry[] ResidentNameTable { get; set; }
// TODO: Entry table
/// <summary>
/// Entry table
/// </summary>
public EntryTableEntry[] EntryTable { get; set; }
/// <summary>
/// Module format directives table (optional)