oml-audio 0.1.3

Very basic, and thin abstraction of audio handling meant for games.
1
2
3
4
5
6
7
8
9
mod music;
pub use music::Music as Music;

mod sound;
pub use sound::Sound as Sound;


pub mod fileloader;
pub use fileloader::FileLoader as FileLoader;