]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_main.h
add cvars for world erp and cfm; remove pistons for ODE 0.9 support
[xonotic/darkplaces.git] / snd_main.h
index 00a0afb0c3eb764f9987e275afc196df59467e26..07cc6e114afe269b2b9b160fd06c621d3858fd31 100644 (file)
@@ -184,6 +184,9 @@ qboolean SndSys_LockRenderBuffer (void);
 // Release the exclusive lock on "snd_renderbuffer"
 void SndSys_UnlockRenderBuffer (void);
 
+// if the sound system can generate events, send them
+void SndSys_SendKeyEvents(void);
+
 // exported for capturevideo so ogg can see all channels
 typedef struct portable_samplepair_s
 {