author | miham |
Mon, 20 Dec 2004 12:38:33 +0000 | |
changeset 729 | 9645136e8c20 |
parent 716 | 40a349345f82 |
child 738 | 0b2fb79e64fc |
permissions | -rw-r--r-- |
#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(void); #endif /* NETWORK_LAN_H */