Vertex Loading

Added the ability to load vertex data from the WAD. Still needs
some processing to make more robust, but for now is loading data.
This commit is contained in:
2025-03-30 13:55:46 -04:00
parent 16f21694d9
commit ffb7b9d9c7
13 changed files with 137 additions and 22 deletions

View File

@@ -2,5 +2,6 @@ mod error;
mod helpers;
pub use helpers::read_ascii;
pub use helpers::read_i16_le;
pub use helpers::read_u32_le;
pub use helpers::validate_wad;