X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=image.h;h=99fd28c35d16bbba373d92664386fdc985c045e8;hb=1e01840681f92f425aa17e1a18c7dfcf3bf80e40;hp=98173984cba5f71a1567278f2a489aed1466c8fd;hpb=0a05c446ba26bd5897645a37ceec8646c5bc93eb;p=xonotic%2Fdarkplaces.git diff --git a/image.h b/image.h index 98173984..99fd28c3 100644 --- a/image.h +++ b/image.h @@ -2,6 +2,11 @@ #ifndef IMAGE_H #define IMAGE_H +#include +#include "qtypes.h" +#include "cvar.h" +#include "r_textures.h" + extern int image_width, image_height; unsigned char *Image_GenerateNoTexture(void);