Modular platforms (#241)

This commit is contained in:
Philip Kristoffersen
2022-10-02 21:13:31 +02:00
committed by GitHub
parent d6773c7adb
commit dcbf77b610
94 changed files with 2188 additions and 1750 deletions
+7
View File
@@ -0,0 +1,7 @@
mod game_list_parser;
mod lutris_game;
mod lutris_platform;
mod settings;
pub(crate) use lutris_platform::LutrisPlatform;
pub use settings::LutrisSettings;