improved root_config
This commit is contained in:
@@ -8,7 +8,6 @@ mod mod_file;
|
||||
mod modded_instance;
|
||||
mod root_config;
|
||||
|
||||
|
||||
pub use game::*;
|
||||
pub use installed_mod::*;
|
||||
pub use link::*;
|
||||
@@ -30,4 +29,7 @@ pub enum ConfigReadWriteError {
|
||||
|
||||
#[error("The provided ID could not be found")]
|
||||
IDNotFound,
|
||||
|
||||
#[error("Could not determine the parent path of the file")]
|
||||
NoParent, //fatty fatty no parents
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user