X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=draw.h;h=562b8d1ba21fe9494678d691c76e59d07dde50ec;hp=e06f19aab7ed03b6a0d7c536fa89526405dfcc39;hb=e179299248819faf4c25ac6e6360eb6d8246e3e7;hpb=5ad6c0e8577478422c10d7ae79fb61b88ac5ae85 diff --git a/draw.h b/draw.h index e06f19aa..562b8d1b 100644 --- a/draw.h +++ b/draw.h @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2021 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -174,7 +175,7 @@ void DrawQ_SetClipArea(float x, float y, float width, float height); // reset the clipping area 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, qbool fast); +void DrawQ_Line(float width, float x1, float y1, float x2, float y2, float r, float g, float b, float alpha, int flags); const char *Draw_GetPicName(cachepic_t *pic); int Draw_GetPicWidth(cachepic_t *pic);