File diff r715:f920f6262d41 → r716:ae3edbaa50e7
network_udp.h
Show inline comments
 
#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 NetworkUDPAdvertise(void);
 

	
 
#endif /* NETWORK_LAN_H */