diff options
Diffstat (limited to 'launcher/src/lib.rs')
-rw-r--r-- | launcher/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/src/lib.rs b/launcher/src/lib.rs index 32ae8ee..16b90a3 100644 --- a/launcher/src/lib.rs +++ b/launcher/src/lib.rs @@ -1,9 +1,9 @@ -pub mod constants; - use std::ffi::OsStr; use std::path::PathBuf; use crate::AppDataError::NotFound; +pub mod constants; + pub enum AppData { Folder(PathBuf), Asar(PathBuf) |