Sidedef Reader

Added the ability to read sidedef lumps from the wadfile.
This commit is contained in:
2025-03-31 20:20:52 -04:00
parent a4fc4b89f8
commit fdb68ce0ff
8 changed files with 113 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ impl WADFile {
let lump_type = match name.as_str() {
"VERTEXES" => LumpType::Vertex,
"LINEDEFS" => LumpType::Linedef,
"SIDEDEFS" => LumpType::Sidedef,
_ => LumpType::Unknown,
};
lump_dir.push(Lump {