]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.h
Add a third masterextra and default it to dpm.dpmaster.org
[xonotic/darkplaces.git] / image.h
diff --git a/image.h b/image.h
index 98173984cba5f71a1567278f2a489aed1466c8fd..99fd28c35d16bbba373d92664386fdc985c045e8 100644 (file)
--- a/image.h
+++ b/image.h
@@ -2,6 +2,11 @@
 #ifndef IMAGE_H
 #define IMAGE_H
 
+#include <stddef.h>
+#include "qtypes.h"
+#include "cvar.h"
+#include "r_textures.h"
+
 extern int image_width, image_height;
 
 unsigned char *Image_GenerateNoTexture(void);