author | truelight |
Sun, 19 Dec 2004 10:24:45 +0000 | |
changeset 717 | 9530ebdc7eb0 |
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 */