]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
csqc patch from [515], seems to work with [515]'s dpcsqc test mod, needs a lot of...
[xonotic/darkplaces.git] / cl_screen.h
index d58d7642319c0a90a5ee85f3ca56d22a0f3c5aae..b1663a15e98dfe19d328493c06e9fef0596adc20 100644 (file)
@@ -68,6 +68,8 @@ void DrawQ_SetClipArea(float x, float y, float width, float height);
 void DrawQ_ResetClipArea(void);
 // draw a line
 void DrawQ_Line(float width, float x1, float y1, float x2, float y2, float r, float g, float b, float alpha, int flags);
+// draw a line loop
+void DrawQ_LineLoop(drawqueuemesh_t *mesh, int flags);
 
 void SHOWLMP_decodehide(void);
 void SHOWLMP_decodeshow(void);