summaryrefslogtreecommitdiff
path: root/src/net_client.h
diff options
context:
space:
mode:
authorSimon Howard2006-01-01 23:54:31 +0000
committerSimon Howard2006-01-01 23:54:31 +0000
commit93ac1b74ab0f082a3ee8f1efc0ccd7f47bac3802 (patch)
tree882b8662d6237d09f3d26e7b046aee5ed66fe8b9 /src/net_client.h
parent34c3dd253fa3d56b16c11a5263ffb3378529fc33 (diff)
downloadchocolate-doom-93ac1b74ab0f082a3ee8f1efc0ccd7f47bac3802.tar.gz
chocolate-doom-93ac1b74ab0f082a3ee8f1efc0ccd7f47bac3802.tar.bz2
chocolate-doom-93ac1b74ab0f082a3ee8f1efc0ccd7f47bac3802.zip
Client disconnect code
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 238
Diffstat (limited to 'src/net_client.h')
-rw-r--r--src/net_client.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/net_client.h b/src/net_client.h
index 47a1a45b..7f3c08d5 100644
--- a/src/net_client.h
+++ b/src/net_client.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: net_client.h 235 2005-12-30 18:58:22Z fraggle $
+// $Id: net_client.h 238 2006-01-01 23:54:31Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -21,6 +21,9 @@
// 02111-1307, USA.
//
// $Log$
+// Revision 1.4 2006/01/01 23:54:31 fraggle
+// Client disconnect code
+//
// Revision 1.3 2005/12/30 18:58:22 fraggle
// Fix client code to correctly send reply to server on connection.
// Add "waiting screen" while waiting for the game to start.
@@ -43,6 +46,7 @@
#include "net_defs.h"
boolean NET_ClientConnect(net_addr_t *addr);
+void NET_ClientDisconnect(void);
void NET_ClientRun(void);
#endif /* #ifndef NET_CLIENT_H */