From 154d9d8024ffad9027981eb586913d14c6c50d60 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 10 Sep 2008 18:45:53 +0000 Subject: Split off game mode/mission/version definitions into common code, along with various netgame constants. Subversion-branch: /branches/raven-branch Subversion-revision: 1218 --- src/doom/doomstat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/doom/doomstat.h') diff --git a/src/doom/doomstat.h b/src/doom/doomstat.h index 2207fb25..eb0f8b5d 100644 --- a/src/doom/doomstat.h +++ b/src/doom/doomstat.h @@ -41,7 +41,10 @@ // We need the playr data structure as well. #include "d_player.h" +// Game mode/mission +#include "d_mode.h" +#include "net_defs.h" -- cgit v1.2.3