]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
I forgot to add the new sound functions to "snd_null.c"
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 11 Feb 2004 07:20:15 +0000 (07:20 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 11 Feb 2004 07:20:15 +0000 (07:20 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3889 d7cf8633-e32d-0410-b094-e92efae38249

snd_null.c

index 68e0171a49eeea1471b48789ec3a8d3552706a3d..a1c458697e0a53875d8841bde67980aec0039979 100755 (executable)
@@ -56,6 +56,14 @@ void S_TouchSound (char *sample)
 {
 }
 
+void S_ClearUsed (void)
+{
+}
+
+void S_PurgeUnused (void)
+{
+}
+
 void S_ClearBuffer (void)
 {
 }