engine/context/src/prelude.rs
2024-08-23 13:22:09 +02:00

9 lines
284 B
Rust

// structures
pub use crate::core::{
configs::WindowConfig, context::Context, osspecific::osspecific::OsSpecificConfig,
};
#[cfg(feature = "sound")]
pub use audio::{Music, Sound, SoundHandler, SoundInterpretation};
pub use presentation::{input::eventsystem::Event, prelude::*};