]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
Added in_mouse_x and in_mouse_y, which contain the rel. coords of the mouse.
[xonotic/darkplaces.git] / gl_backend.h
index 584332c3c80e64399e7c0c373b74f89c338fd090..199e064a5bb62c19136ed6571ddaedf9bab42d8b 100644 (file)
@@ -23,6 +23,9 @@ void GL_TransformToScreen(const vec4_t in, vec4_t out);
 void GL_LockArrays(int first, int count);
 void GL_ActiveTexture(int num);
 void GL_ClientActiveTexture(int num);
+void GL_Scissor(int x, int y, int width, int height); // AK for DRAWQUEUE_SETCLIP
+void GL_ScissorTest(qboolean state);   // AK for DRAWQUEUE_(RE)SETCLIP
 
 extern cvar_t gl_lockarrays;
 extern cvar_t gl_mesh_copyarrays;