Add uplay syncrhonization

This commit is contained in:
Philip
2022-01-02 10:37:12 +01:00
parent f60a591180
commit dd21e56fd6
36 changed files with 225 additions and 97 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
mod settings;
mod butler_db_parser;
mod itch_game;
mod itch_platform;
mod butler_db_parser;
mod receipt;
mod settings;
pub use settings::*;
pub use itch_game::*;
pub use itch_platform::*;
pub use itch_platform::*;
pub use settings::*;