]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / model_brush.h
index 6470e1a9762ac8c703fd4ba9e529db7a2aad0b54..61dbc1ec81af3d459c8ea97c9b1416bf6c1c0816 100644 (file)
@@ -202,5 +202,9 @@ typedef struct mportal_s
 }
 mportal_t;
 
+extern void CL_ParseEntityLump(char *entdata);
 extern rtexture_t *r_notexture;
 extern texture_t r_notexture_mip;
+
+extern void Mod_LoadBrushModel (struct model_s *mod, void *buffer);
+extern void Mod_BrushInit(void);