Add setting optional location for steam

This commit is contained in:
Philip Kristoffersen
2021-09-25 12:56:13 +02:00
parent f68db38a7f
commit 8d0996c67b
6 changed files with 80 additions and 54 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
mod utils;
mod settings;
pub use utils::*;
pub use utils::*;
pub use settings::SteamSettings;