Files @ r12086:61fea38abb90
Branch filter:

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

alberth
(svn r16501) -Codechange: Introduced different phases in resizing a nested widget tree.
/* $Id$ */

/** @file network_udp.h Sending and receiving UDP messages. */

#ifndef NETWORK_UDP_H
#define NETWORK_UDP_H

#ifdef ENABLE_NETWORK

void NetworkUDPInitialize();
void NetworkUDPSearchGame();
void NetworkUDPQueryMasterServer();
void NetworkUDPQueryServer(NetworkAddress address, bool manually = false);
void NetworkUDPAdvertise();
void NetworkUDPRemoveAdvertise(bool blocking);
void NetworkUDPClose();

#endif /* ENABLE_NETWORK */

#endif /* NETWORK_UDP_H */