X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_null.c;h=0d7276eab7797ca231c0e3505cc36fb9e6390fb6;hp=ab5b4c6e7f70d39880d70e5444a4b104ce3a87a5;hb=65f6c04779aa58c69929e0d22967bf152dac17c1;hpb=5e95272f35404cd2f8e86c7b9584ce42616fe378 diff --git a/snd_null.c b/snd_null.c index ab5b4c6e..0d7276ea 100755 --- a/snd_null.c +++ b/snd_null.c @@ -147,3 +147,6 @@ float S_GetChannelPosition (unsigned int ch_ind) return -1; } +void SndSys_SendKeyEvents(void) +{ +}