Refactored some of the code for the wadfile reading. Moved out the readers into their own separate file, and moved some utilities around to create wad utilities for more modularity.
5 lines
56 B
Rust
5 lines
56 B
Rust
mod header;
|
|
pub mod wadfile;
|
|
|
|
pub use wadfile::WADFile;
|