]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
fix onground clearing by ANDing it with a downtrace by 1 unit - this does NOT cause...
[xonotic/darkplaces.git] / cl_screen.h
index df92c5a5cbb31ed4a8f8f20a14e5b4935854b97f..cc6bda0a06dc375d8517a934ea2c5c30bbd20364 100644 (file)
@@ -20,6 +20,7 @@ void CL_Screen_Shutdown(void);
 void CL_UpdateScreen(void);
 
 qboolean R_Stereo_Active(void);
+qboolean R_Stereo_ColorMasking(void);
 
 #endif