Switch to WebGL 2.
[mandelwow.git] / sound_emscripten.rs
1 pub struct SoundPlayer {}
2
3 pub fn start() -> SoundPlayer { SoundPlayer {} }