network_udp.h
author truelight
Wed, 15 Dec 2004 22:06:47 +0000
changeset 678 9c84b180ecd7
parent 668 346853c8b513
child 716 40a349345f82
permissions -rw-r--r--
(svn r1116) -Add: [Console] With 'set server_advertise on/off' you can put server
advertise on/off via console (requested by imachine)
#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);
void NetworkUDPAdvertise();

#endif /* NETWORK_LAN_H */