Added ability to read WAD directory
This commit is contained in:
6
src/utils/mod.rs
Normal file
6
src/utils/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod error;
|
||||
mod helpers;
|
||||
|
||||
pub use helpers::read_ascii;
|
||||
pub use helpers::read_u32_le;
|
||||
pub use helpers::validate_wad;
|
||||
Reference in New Issue
Block a user