summaryrefslogtreecommitdiff
path: root/src/net_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net_client.h')
-rw-r--r--src/net_client.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net_client.h b/src/net_client.h
index 85eb595d..8e870467 100644
--- a/src/net_client.h
+++ b/src/net_client.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: net_client.h 284 2006-01-12 02:11:52Z fraggle $
+// $Id: net_client.h 405 2006-03-02 00:57:25Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -69,6 +69,7 @@
#include "doomdef.h"
#include "doomtype.h"
+#include "d_ticcmd.h"
#include "net_defs.h"
#define MAXPLAYERNAME 30
@@ -78,6 +79,7 @@ void NET_CL_Disconnect(void);
void NET_CL_Run(void);
void NET_CL_Init(void);
void NET_CL_StartGame();
+void NET_CL_SendTiccmd(ticcmd_t *ticcmd, int maketic);
void NET_Init(void);
extern boolean net_client_connected;