]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
added sv_clmovement_* cvars to disable movement prediction of players, or disable...
[xonotic/darkplaces.git] / gl_backend.h
index c7fba5ec1d5ffbc2156275e2df6769b5f624d5b8..9a9be6762787b40249358d7965d0e8a5c4739d7c 100644 (file)
@@ -17,6 +17,7 @@ void GL_SetupView_Mode_Ortho(double x1, double y1, double x2, double y2, double
 void GL_BlendFunc(int blendfunc1, int blendfunc2);
 void GL_DepthMask(int state);
 void GL_DepthTest(int state);
+void GL_AlphaTest(int state);
 void GL_ColorMask(int r, int g, int b, int a);
 void GL_Color(float cr, float cg, float cb, float ca);
 void GL_TransformToScreen(const vec4_t in, vec4_t out);