From 552e396b98196ebc3c873220aca33bb0af1179b2 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 27 Feb 2011 02:09:45 +0000 Subject: [PATCH] grr git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3739 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/r_d3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/client/r_d3.c b/engine/client/r_d3.c index 1d858c33a..9664b1687 100644 --- a/engine/client/r_d3.c +++ b/engine/client/r_d3.c @@ -4,6 +4,7 @@ #endif void RMod_SetParent (mnode_t *node, mnode_t *parent); +int D3_LeafnumForPoint (struct model_s *model, vec3_t point); #ifndef SERVERONLY qboolean Mod_LoadMap_Proc(model_t *model, char *data)