From 90056c594d74eb1b938e34d02833435bd23e0bf7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 17 Sep 2008 20:07:18 +0000 Subject: Remove heretic definitions for fixed math arithmetic and endianness conversion macros; use the ones from the common code. Subversion-branch: /branches/raven-branch Subversion-revision: 1242 --- src/heretic/r_things.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/heretic/r_things.c') diff --git a/src/heretic/r_things.c b/src/heretic/r_things.c index 1c7f1889..50db34af 100644 --- a/src/heretic/r_things.c +++ b/src/heretic/r_things.c @@ -24,6 +24,7 @@ #include #include #include "doomdef.h" +#include "i_swap.h" #include "r_local.h" void R_DrawColumn(void); -- cgit v1.2.3