summaryrefslogtreecommitdiff
path: root/src/heretic/r_things.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-17 20:07:18 +0000
committerSimon Howard2008-09-17 20:07:18 +0000
commit90056c594d74eb1b938e34d02833435bd23e0bf7 (patch)
tree8d8b0ebee70c0ee650ca2751984139ede61c2c0a /src/heretic/r_things.c
parent967d3910e3957417630085237a95cdac546b1bd4 (diff)
downloadchocolate-doom-90056c594d74eb1b938e34d02833435bd23e0bf7.tar.gz
chocolate-doom-90056c594d74eb1b938e34d02833435bd23e0bf7.tar.bz2
chocolate-doom-90056c594d74eb1b938e34d02833435bd23e0bf7.zip
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
Diffstat (limited to 'src/heretic/r_things.c')
-rw-r--r--src/heretic/r_things.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <stdlib.h>
#include "doomdef.h"
+#include "i_swap.h"
#include "r_local.h"
void R_DrawColumn(void);