(svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.
This commit is contained in:
@@ -11,6 +11,7 @@ void NetworkUDPQueryMasterServer(void);
|
||||
NetworkGameList *NetworkUDPQueryServer(const char* host, unsigned short port);
|
||||
void NetworkUDPAdvertise(void);
|
||||
void NetworkUDPRemoveAdvertise(void);
|
||||
void NetworkUDPShutdown(void);
|
||||
|
||||
#endif /* ENABLE_NETWORK */
|
||||
|
||||
|
Reference in New Issue
Block a user