]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
gzip support from quakeforge (QFile and friends). also includes a couple of
[xonotic/darkplaces.git] / model_brush.h
index 61dbc1ec81af3d459c8ea97c9b1416bf6c1c0816..cfb371e6a983a620bb4b898faae9457f9e64ea95 100644 (file)
@@ -206,5 +206,6 @@ extern void CL_ParseEntityLump(char *entdata);
 extern rtexture_t *r_notexture;
 extern texture_t r_notexture_mip;
 
+struct model_s;
 extern void Mod_LoadBrushModel (struct model_s *mod, void *buffer);
 extern void Mod_BrushInit(void);