A pile of gross hacks, but works in a browser so it's all justified.
[mandelwow.git] / sound_emscripten.rs
diff --git a/sound_emscripten.rs b/sound_emscripten.rs
new file mode 100644 (file)
index 0000000..2b3d2a3
--- /dev/null
@@ -0,0 +1,3 @@
+pub struct SoundPlayer {}
+
+pub fn start() -> SoundPlayer { SoundPlayer {} }