aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/cm_local.h
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-10-06 21:59:17 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-10-06 21:59:17 +0000
commitaeaae017e0ca84f74fb3877744d1cf575f83773c (patch)
treea93fc46f08b18dfa080883b1219f883d8b811a46 /code/qcommon/cm_local.h
parent6bf8f279665d5d006159fb9fc180984c644ed875 (diff)
downloadioquake3-aero-aeaae017e0ca84f74fb3877744d1cf575f83773c.tar.gz
ioquake3-aero-aeaae017e0ca84f74fb3877744d1cf575f83773c.zip
* Bug fix to collision optimisation (arQon)
git-svn-id: svn://svn.icculus.org/quake3/trunk@1190 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/cm_local.h')
-rw-r--r--code/qcommon/cm_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/qcommon/cm_local.h b/code/qcommon/cm_local.h
index 46dff4b..5848fdc 100644
--- a/code/qcommon/cm_local.h
+++ b/code/qcommon/cm_local.h
@@ -185,6 +185,8 @@ void CM_StoreBrushes( leafList_t *ll, int nodenum );
void CM_BoxLeafnums_r( leafList_t *ll, int nodenum );
cmodel_t *CM_ClipHandleToModel( clipHandle_t handle );
+qboolean CM_BoundsIntersect( const vec3_t mins, const vec3_t maxs, const vec3_t mins2, const vec3_t maxs2 );
+qboolean CM_BoundsIntersectPoint( const vec3_t mins, const vec3_t maxs, const vec3_t point );
// cm_patch.c