]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
Revert "gl_draw, model_shared: Refactor vertex adding. Add faster codepath that skips...
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index e1d4eaae3fcf1393750aa30660c89f053719225c..381dd35ebadc63e4da6d2b2d60237eab4ac2643a 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