From 9bef9730fb26727a9b505a89615b6ef0425fe64a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Sep 2008 22:58:53 +0000 Subject: Remove heretic duplicate versions of M_AddToBox, M_ClearBox, SlopeDiv and use common versions. Subversion-branch: /branches/raven-branch Subversion-revision: 1260 --- src/heretic/r_bsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/heretic/r_bsp.c') diff --git a/src/heretic/r_bsp.c b/src/heretic/r_bsp.c index aed96007..a6b2d340 100644 --- a/src/heretic/r_bsp.c +++ b/src/heretic/r_bsp.c @@ -23,6 +23,7 @@ // R_bsp.c #include "doomdef.h" +#include "m_bbox.h" #include "r_local.h" seg_t *curline; -- cgit v1.2.3