Files @ r4054:77af7bb218ef
Branch filter:

Location: cpp/openttd-patchpack/source/network_udp.h

miham
(svn r5328) WebTranslator2 update to 2006-06-21 19:52:04
american - 1 fixed by WhiteRabbit (1)
dutch - 1 fixed, 1 changed by habell (2)
french - 1 fixed by glx (1)
german - 4 fixed by moewe2 (4)
italian - 1 fixed, 1 changed by sidew (2)
polish - 1 fixed by meush (1)
ukrainian - 1 fixed by znikoz (1)
/* $Id$ */

#ifndef NETWORK_UDP_H
#define NETWORK_UDP_H

#ifdef ENABLE_NETWORK

void NetworkUDPInitialize(void);
bool NetworkUDPListen(SOCKET *udp, uint32 host, uint16 port, bool broadcast);
void NetworkUDPReceive(SOCKET udp);
void NetworkUDPSearchGame(void);
void NetworkUDPQueryMasterServer(void);
NetworkGameList *NetworkUDPQueryServer(const char* host, unsigned short port);
void NetworkUDPAdvertise(void);
void NetworkUDPRemoveAdvertise(void);

#endif

#endif /* NETWORK_UDP_H */