]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
massive cleanup of S_TransferPaintBuffer and moved DirectSound locking junk into...
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index ebc0a849ccea6219d1c40fd7e9fdbf4d3e49853f..f50b5800ea82f82549c896f43c1acedc852d3060 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -177,5 +177,8 @@ void SNDDMA_Submit(void);
 void S_AmbientOff (void);
 void S_AmbientOn (void);
 
+void *S_LockBuffer(void);
+void S_UnlockBuffer(void);
+
 #endif