mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
bye warnings
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@521 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b4e92d7af3
commit
bb58b920f4
1 changed files with 4 additions and 0 deletions
|
@ -313,6 +313,10 @@ void NET_Close (struct qsocket_s *sock);
|
|||
// from a server.
|
||||
// A netcon_t number will not be reused until this function is called for it
|
||||
|
||||
//special case for DP servers, which use QW style connectionless commands to connect.
|
||||
//this is called directly from the QW portions of code when they detect that the server is a DP server.
|
||||
qsocket_t *Datagram_ConnectToDarkPlacesServer(netadr_t *nadr);
|
||||
|
||||
void NET_Poll(void);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue