improved root_config

This commit is contained in:
2026-03-09 23:50:12 +01:00
parent 22c5c7ee91
commit 16ed5f9a46
5 changed files with 29 additions and 10 deletions

View File

@@ -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
}