mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Make platforms generic
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
||||
mod get_manifests;
|
||||
mod manifest_item;
|
||||
mod settings;
|
||||
mod epic_platform;
|
||||
|
||||
pub use manifest_item::*;
|
||||
pub use get_manifests::get_egs_manifests;
|
||||
pub use settings::EpicGamesLauncherSettings;
|
||||
use get_manifests::get_egs_manifests;
|
||||
pub use settings::EpicGamesLauncherSettings;
|
||||
pub use epic_platform::*;
|
||||
Reference in New Issue
Block a user