MASSIVE REFACTOR
This commit is contained in:
13
gamelog/src/lib.rs
Normal file
13
gamelog/src/lib.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
mod error;
|
||||
mod file;
|
||||
mod period;
|
||||
mod play;
|
||||
mod terrain;
|
||||
|
||||
#[allow(unused)]
|
||||
pub const MIN_VER: semver::Version = semver::Version::new(0, 2, 0);
|
||||
|
||||
pub use file::LogFile;
|
||||
pub use period::*;
|
||||
pub use play::*;
|
||||
pub use terrain::TerrainState;
|
||||
Reference in New Issue
Block a user