engine/context/src/prelude.rs

10 lines
284 B
Rust
Raw Normal View History

2024-08-23 11:22:09 +00:00
// 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::*};