]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
this should work without strlen as well
[xonotic/darkplaces.git] / snd_null.c
index c8aa087420ca897e2e9a26e4c44992916bd2099a..0d7276eab7797ca231c0e3505cc36fb9e6390fb6 100755 (executable)
@@ -141,3 +141,12 @@ int S_GetSoundChannels(void)
 {
        return 0;
 }
+
+float S_GetChannelPosition (unsigned int ch_ind)
+{
+       return -1;
+}
+
+void SndSys_SendKeyEvents(void)
+{
+}