summaryrefslogtreecommitdiff
path: root/src/heretic/r_bsp.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 22:58:53 +0000
committerSimon Howard2008-09-20 22:58:53 +0000
commit9bef9730fb26727a9b505a89615b6ef0425fe64a (patch)
tree6ec1dee130dfdf23920f217dd078f280accf7057 /src/heretic/r_bsp.c
parent5de8de49ccc2c14b7de14da465510b2368080dd4 (diff)
downloadchocolate-doom-9bef9730fb26727a9b505a89615b6ef0425fe64a.tar.gz
chocolate-doom-9bef9730fb26727a9b505a89615b6ef0425fe64a.tar.bz2
chocolate-doom-9bef9730fb26727a9b505a89615b6ef0425fe64a.zip
Remove heretic duplicate versions of M_AddToBox, M_ClearBox, SlopeDiv
and use common versions. Subversion-branch: /branches/raven-branch Subversion-revision: 1260
Diffstat (limited to 'src/heretic/r_bsp.c')
-rw-r--r--src/heretic/r_bsp.c1
1 files changed, 1 insertions, 0 deletions
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;