From b3fdd717d3d0a9255a035f99af0cb2e6c1515008 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 20 Sep 2008 23:18:12 +0000 Subject: Remove definitions from heretic/doomdef.h and use common headers. Merge heretic ticcmd_t to common type. Subversion-branch: /branches/raven-branch Subversion-revision: 1261 --- src/heretic/d_net.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/heretic/d_net.c') diff --git a/src/heretic/d_net.c b/src/heretic/d_net.c index bd94746a..8b8aba20 100644 --- a/src/heretic/d_net.c +++ b/src/heretic/d_net.c @@ -27,6 +27,10 @@ #include "doomdef.h" #include "doomkeys.h" +#include "i_system.h" +#include "i_timer.h" +#include "i_video.h" + #define NCMD_EXIT 0x80000000 #define NCMD_RETRANSMIT 0x40000000 #define NCMD_SETUP 0x20000000 -- cgit v1.2.3