File diff r715:f920f6262d41 → r716:ae3edbaa50e7
network.h
Show inline comments
 
@@ -193,6 +193,6 @@ VARDEF byte _network_playas; // an id to
 

	
 
void ParseConnectionString(const byte **player, const byte **port, byte *connection_string);
 
void NetworkUpdateClientInfo(uint16 client_index);
 
void AddServer(byte *b);
 
void NetworkAddServer(const byte *b);
 

	
 
#endif /* NETWORK_H */