Files @ r562:650dd8623326
Branch filter:

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

bjarni
(svn r971) Mac: updated text files and added the link files from the releases
#ifndef NETWORK_LAN_H
#define NETWORK_LAN_H

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

#endif /* NETWORK_LAN_H */