X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_brush.h;h=184f7825292af8145d79c31cf34c23cf3deda9f0;hp=be17f950cc3bf1d9373d46c380f26b7e0e9d5ff4;hb=fdfa815d659f4ceec149ce3f907c107f38022c3d;hpb=dda9525d00cbd81ad257870fbcb60079e11e367f diff --git a/model_brush.h b/model_brush.h index be17f950..184f7825 100644 --- a/model_brush.h +++ b/model_brush.h @@ -359,16 +359,11 @@ extern rtexture_t *r_notexture; extern texture_t r_notexture_mip; struct model_s; -void Mod_LoadBrushModelQ1orHL (struct model_s *mod, void *buffer); -void Mod_LoadBrushModelIBSP (struct model_s *mod, void *buffer); +void Mod_Q1BSP_Load(struct model_s *mod, void *buffer); +void Mod_IBSP_Load(struct model_s *mod, void *buffer); +void Mod_MAP_Load(struct model_s *mod, void *buffer); void Mod_BrushInit(void); -void Mod_FindNonSolidLocation(vec3_t in, vec3_t out, struct model_s *mod, vec_t radius); -mleaf_t *Mod_PointInLeaf (const float *p, struct model_s *model); -int Mod_PointContents (const float *p, struct model_s *model); -qbyte *Mod_LeafPVS (mleaf_t *leaf, struct model_s *model); -void Mod_BuildPVSTextureChains(struct model_s *model); - // Q2 bsp stuff #define Q2BSPVERSION 38