(svn r942) -Merged branch/network back into the trunk
This commit is contained in:
10
network_udp.h
Normal file
10
network_udp.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user