Thing Reader
Reads things from the WAD file.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
mod linedef;
|
||||
mod lump;
|
||||
mod sidedef;
|
||||
mod thing;
|
||||
mod vertex;
|
||||
|
||||
pub use linedef::LinedefLump;
|
||||
pub use lump::{Lump, LumpType};
|
||||
pub use sidedef::SidedefLump;
|
||||
pub use thing::ThingLump;
|
||||
pub use vertex::VertexLump;
|
||||
|
||||
Reference in New Issue
Block a user