]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
GFX : Adjusted gfx/net.jpg size and orientation
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index e1d4eaae3fcf1393750aa30660c89f053719225c..e06f19aab7ed03b6a0d7c536fa89526405dfcc39 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -24,6 +24,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef DRAW_H
 #define DRAW_H
 
+#include <stddef.h>
+#include "qtypes.h"
+#include "r_textures.h"
+
 typedef struct cachepic_s cachepic_t;
 
 typedef enum cachepicflags_e
@@ -170,7 +174,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);
+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);
 
 const char *Draw_GetPicName(cachepic_t *pic);
 int Draw_GetPicWidth(cachepic_t *pic);