]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_3dras.c
added in stub permutations for shadowmap2d and shadowmapcube cases
[xonotic/darkplaces.git] / snd_3dras.c
index 4df5c09e51a426d1f24ea90bc64364fca5b7b4d6..0f54d1742fe2fecf3dd0266359ed4309b099ba6c 100644 (file)
@@ -1029,3 +1029,15 @@ int S_GetSoundChannels (void){
        Con_Printf("So let's assume 2.\n");
        return 2;
 }
+
+/*
+====================
+SndSys_SendKeyEvents
+
+Send keyboard events originating from the sound system (e.g. MIDI)
+====================
+*/
+void SndSys_SendKeyEvents(void)
+{
+       // not supported
+}