(svn r14949) -Cleanup: pointer coding style
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
void NetworkUDPInitialize();
|
||||
void NetworkUDPSearchGame();
|
||||
void NetworkUDPQueryMasterServer();
|
||||
void NetworkUDPQueryServer(const char* host, unsigned short port, bool manually = false);
|
||||
void NetworkUDPQueryServer(const char *host, unsigned short port, bool manually = false);
|
||||
void NetworkUDPAdvertise();
|
||||
void NetworkUDPRemoveAdvertise();
|
||||
void NetworkUDPShutdown();
|
||||
|
Reference in New Issue
Block a user