]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
you can now (try to) play in maps you don't have, and models you don't have are shown...
[xonotic/darkplaces.git] / model_shared.h
index f6a6bdc9f6d7dc40c942b8d6e4e8bb2d267c637e..d970b84f07e4813da1b138f9b63c2b3230ee8397 100644 (file)
@@ -226,9 +226,6 @@ model_t *Mod_ForName (char *name, qboolean crash, qboolean checkdisk, qboolean i
 void Mod_TouchModel (char *name);
 void Mod_UnloadModel (model_t *mod);
 
-mleaf_t *Mod_PointInLeaf (const float *p, model_t *model);
-qbyte *Mod_LeafPVS (mleaf_t *leaf, model_t *model);
-
 void Mod_ClearUsed(void);
 void Mod_PurgeUnused(void);