network_udp.h
Go to the documentation of this file.00001
00002
00005 #ifndef NETWORK_UDP_H
00006 #define NETWORK_UDP_H
00007
00008 #ifdef ENABLE_NETWORK
00009
00010 void NetworkUDPInitialize();
00011 void NetworkUDPSearchGame();
00012 void NetworkUDPQueryMasterServer();
00013 void NetworkUDPQueryServer(NetworkAddress address, bool manually = false);
00014 void NetworkUDPAdvertise();
00015 void NetworkUDPRemoveAdvertise(bool blocking);
00016 void NetworkUDPShutdown();
00017
00018 #endif
00019
00020 #endif