Files @ r3805:fad05e642f4f
Branch filter:

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

miham
(svn r4813) WebTranslator2 update to 2006-05-10 12:51:40
dutch - 3 fixed by webfreakz (3)
hungarian - 2 fixed by miham (2)
lithuanian - 50 fixed, 3 changed by Plyta (53)
polish - 2 fixed by meush (2)
portuguese - 2 fixed by izhirahider (2)
/* $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 */