Sidedef Reader
Added the ability to read sidedef lumps from the wadfile.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
mod linedef;
|
||||
mod lump;
|
||||
mod sidedef;
|
||||
mod vertex;
|
||||
|
||||
pub use linedef::LinedefLump;
|
||||
pub use lump::Lump;
|
||||
pub use lump::LumpType;
|
||||
pub use lump::{Lump, LumpType};
|
||||
pub use sidedef::SidedefLump;
|
||||
pub use vertex::VertexLump;
|
||||
|
||||
Reference in New Issue
Block a user