qbsp: expose PointInLeaf as debug helper

This commit is contained in:
Eric Wasylishen 2017-07-24 22:57:43 -06:00
parent a936686fe5
commit 38a7d6a944
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#ifndef QBSP_OUTSIDE_HH
#define QBSP_OUTSIDE_HH
node_t *PointInLeaf(node_t *node, const vec3_t point);
bool FillOutside(node_t *node, const int hullnum);
#endif

View File

@ -31,7 +31,7 @@
PointInLeaf
===========
*/
static node_t *
node_t *
PointInLeaf(node_t *node, const vec3_t point)
{
vec_t dist;