summaryrefslogtreecommitdiff
path: root/src/heretic/p_maputl.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/p_maputl.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/p_maputl.c')
-rw-r--r--src/heretic/p_maputl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heretic/p_maputl.c b/src/heretic/p_maputl.c
index 72e4993c..fb6b7482 100644
--- a/src/heretic/p_maputl.c
+++ b/src/heretic/p_maputl.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include "doomdef.h"
+#include "m_bbox.h"
#include "p_local.h"