make a start toward better error handling

This commit is contained in:
2020-10-17 22:47:31 +01:00
parent f7f08d9aba
commit 7896ef1232
6 changed files with 179 additions and 117 deletions

View File

@@ -7,6 +7,7 @@ use loe::{process, Config, TransformMode};
pub mod colour;
pub mod dialogue;
pub mod ending;
pub mod error;
pub mod exit;
pub mod game;
pub mod image;
@@ -24,6 +25,7 @@ pub mod test_omnibus;
pub use colour::Colour;
pub use dialogue::Dialogue;
pub use ending::Ending;
pub use error::Error;
pub use exit::*;
pub use game::*;
pub use image::Image;