network_udp.h
author truelight
Thu, 16 Dec 2004 11:36:57 +0000
changeset 688 bcaa5256253d
parent 668 346853c8b513
child 716 40a349345f82
permissions -rw-r--r--
(svn r1129) -Add: [Network] Added 'reset_company <company-id>'. If a company is
empty (no clients logged on to it), a server can delete a company via
this command in the console.
#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 */