From e8f26cda7925486fed129d7eecfd2e1988848c02 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 27 Jul 2001 23:07:55 +0000 Subject: [PATCH] declare testentitypos and hullpointcontents --- defs.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defs.qc b/defs.qc index b9c063d..9804e19 100644 --- a/defs.qc +++ b/defs.qc @@ -563,6 +563,8 @@ float(string s) stof = #81; // convert string to float void(vector where, float set) multicast = #82; // sends the temp message // to a set of clients, // possibly in PVS or PHS +entity (entity ent) testentitypos = #92; +integer (entity ent, vector point) hullpointcontents = #93; vector (integer hull, integer max) getboxbounds = #94; integer () getboxhull = #95; void (integer hull) freeboxhull = #96;