mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
9 lines
153 B
Rust
9 lines
153 B
Rust
pub mod amazon_platform;
|
|
pub use amazon_platform::*;
|
|
|
|
pub mod amazon_game;
|
|
pub use amazon_game::*;
|
|
|
|
pub mod amazon_settings;
|
|
pub use amazon_settings::*;
|