From 687ab6c9a481ffcec476fce2add35b7ae12eee48 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 13 Oct 2011 01:15:33 +0000 Subject: Split out common main loop code into separate file, d_loop.c. Subversion-branch: /branches/v2-branch Subversion-revision: 2413 --- src/doom/d_net.h | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'src/doom/d_net.h') diff --git a/src/doom/d_net.h b/src/doom/d_net.h index a3c1a43c..fe64e286 100644 --- a/src/doom/d_net.h +++ b/src/doom/d_net.h @@ -28,24 +28,7 @@ #ifndef __D_NET__ #define __D_NET__ -#include "d_player.h" - -extern int extratics; - -// Create any new ticcmds and broadcast to other players. -void NetUpdate (void); - -// Broadcasts special packets to other players -// to notify of game exit -void D_QuitNetGame (void); - -//? how many ticks to run? -void TryRunTics (void); - -// Called at start of game loop to initialize timers -void D_StartGameLoop(void); - -extern boolean net_cl_new_sync; +#include "d_loop.h" #endif -- cgit v1.2.3