network_udp.h
author tron
Fri, 10 Dec 2004 13:02:47 +0000
changeset 584 19dbfc84e766
parent 543 e3b43338096b
child 668 346853c8b513
permissions -rw-r--r--
(svn r1004) Fix harmless typo (comma instead of semicolon)
#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 */