]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
turn off saturation and motion/damage blur if a stereo rendering mode is active ...
[xonotic/darkplaces.git] / cl_screen.h
index b5f62e72367d83f1fb3aa9b4b82a62b14edb3269..df92c5a5cbb31ed4a8f8f20a14e5b4935854b97f 100644 (file)
@@ -19,5 +19,7 @@ void CL_Screen_Init(void);
 void CL_Screen_Shutdown(void);
 void CL_UpdateScreen(void);
 
+qboolean R_Stereo_Active(void);
+
 #endif