mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Modular platforms (#241)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
mod gog_config;
|
||||
mod gog_game;
|
||||
mod gog_platform;
|
||||
mod gog_settings;
|
||||
|
||||
pub(crate) use gog_settings::GogSettings;
|
||||
pub use gog_platform::get_gog_shortcuts_from_game_folders;
|
||||
pub use gog_platform::GogPlatform;
|
||||
pub use gog_game::GogShortcut;
|
||||
Reference in New Issue
Block a user