]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.h
removed an unused function I thought I removed in the previous commit
[xonotic/darkplaces.git] / world.h
diff --git a/world.h b/world.h
index 59a01e8a8eac90d41d2859a55960be3dca0473b2..91742334e801432bcc0dc834d66c950e02d13766 100644 (file)
--- a/world.h
+++ b/world.h
@@ -46,6 +46,9 @@ void SV_LinkEdict (edict_t *ent, qboolean touch_triggers);
 // returns true if the entity is in solid currently
 int SV_TestEntityPosition (edict_t *ent);
 
+// returns list of entities touching a box
+int SV_EntitiesInBox(vec3_t mins, vec3_t maxs, int maxlist, edict_t **list);
+
 // mins and maxs are relative
 // if the entire move stays in a solid volume, trace.allsolid will be set