]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
Add .md extension to README so it actually parses the markdown
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index e1d4eaae3fcf1393750aa30660c89f053719225c..562b8d1ba21fe9494678d691c76e59d07dde50ec 100644 (file)
--- 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
@@ -24,6 +25,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