network_udp.h
author darkvater
Thu, 09 Dec 2004 23:49:23 +0000
changeset 582 c49fcdc4241b
parent 543 946badd71033
child 668 1fe298df8526
permissions -rw-r--r--
(svn r1002) -Fixed the placement of the OpenTTD logo a bit (thx Jango).
#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 */