summaryrefslogtreecommitdiff
path: root/src/doom/d_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/d_net.h')
-rw-r--r--src/doom/d_net.h19
1 files changed, 1 insertions, 18 deletions
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