Linedef Reader
Added ability to read linedef lumps. Also added all the test functionality to make sure we are reading the linedefs correctly.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
mod linedef;
|
||||
mod lump;
|
||||
mod vertex;
|
||||
|
||||
pub use linedef::LinedefLump;
|
||||
pub use lump::Lump;
|
||||
pub use lump::LumpType;
|
||||
pub use vertex::VertexLump;
|
||||
|
||||
Reference in New Issue
Block a user