]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_oss.c
don't reject render entities from being added just because of
[xonotic/darkplaces.git] / snd_oss.c
index bde3d50836e48178e600f95591b7824d3e6e169c..9926b800642fce99d9e6c569a34668b969e8945e 100644 (file)
--- a/snd_oss.c
+++ b/snd_oss.c
@@ -330,3 +330,15 @@ void SndSys_UnlockRenderBuffer (void)
 {
        // Nothing to do
 }
+
+/*
+====================
+SndSys_SendKeyEvents
+
+Send keyboard events originating from the sound system (e.g. MIDI)
+====================
+*/
+void SndSys_SendKeyEvents(void)
+{
+       // not supported
+}