]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
snd_alsa: MIDI input support! MIDI events get mapped to MIDINOTE<n> events (n = 0...
[xonotic/darkplaces.git] / snd_null.c
index ab5b4c6e7f70d39880d70e5444a4b104ce3a87a5..0d7276eab7797ca231c0e3505cc36fb9e6390fb6 100755 (executable)
@@ -147,3 +147,6 @@ float S_GetChannelPosition (unsigned int ch_ind)
        return -1;
 }
 
+void SndSys_SendKeyEvents(void)
+{
+}