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
+6
View File
@@ -0,0 +1,6 @@
mod origin_game;
mod origin_platform;
mod settings;
pub use settings::OriginSettings;
pub(crate) use origin_platform::OriginPlatform;