summaryrefslogtreecommitdiff
path: root/src/g_game.c
diff options
context:
space:
mode:
authorSimon Howard2006-03-30 19:08:37 +0000
committerSimon Howard2006-03-30 19:08:37 +0000
commit08c59baa5e747bd65468a2e5b7ba47e195742e23 (patch)
treed216b2942b0da1419525ecabd9154b21446ef0a8 /src/g_game.c
parent4c5d0e68a46ae1f1baf3d9407b0dbd08eda9b987 (diff)
downloadchocolate-doom-08c59baa5e747bd65468a2e5b7ba47e195742e23.tar.gz
chocolate-doom-08c59baa5e747bd65468a2e5b7ba47e195742e23.tar.bz2
chocolate-doom-08c59baa5e747bd65468a2e5b7ba47e195742e23.zip
Split off timer code into separate i_timer.c file. Add d_dedicated.c
and build chocolate-server, a standalone dedicated server. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 455
Diffstat (limited to 'src/g_game.c')
-rw-r--r--src/g_game.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/g_game.c b/src/g_game.c
index b8807da1..c20c5912 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: g_game.c 422 2006-03-16 22:17:45Z fraggle $
+// $Id: g_game.c 455 2006-03-30 19:08:37Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -134,7 +134,7 @@
static const char
-rcsid[] = "$Id: g_game.c 422 2006-03-16 22:17:45Z fraggle $";
+rcsid[] = "$Id: g_game.c 455 2006-03-30 19:08:37Z fraggle $";
#include <string.h>
#include <stdlib.h>
@@ -152,6 +152,7 @@ rcsid[] = "$Id: g_game.c 422 2006-03-16 22:17:45Z fraggle $";
#include "m_menu.h"
#include "m_random.h"
#include "i_system.h"
+#include "i_timer.h"
#include "p_setup.h"
#include "p_saveg.h"