Files @ r750:af7d410e9f8a
Branch filter:

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

dominik
(svn r1206) Fix: Polished build docks window a bit.
#ifndef NETWORK_LAN_H
#define NETWORK_LAN_H

void NetworkUDPInitialize(void);
bool NetworkUDPListen(uint32 host, uint16 port);
void NetworkUDPReceive(void);
void NetworkUDPSearchGame(void);
NetworkGameList *NetworkUDPQueryServer(const byte* host, unsigned short port);
void NetworkUDPAdvertise(void);

#endif /* NETWORK_LAN_H */