File diff r715:f920f6262d41 → r716:ae3edbaa50e7
network.h
Show inline comments
 
@@ -190,9 +190,9 @@ VARDEF bool _network_available;  // is n
 
VARDEF bool _network_server; // network-server is active
 
VARDEF bool _network_dedicated; // are we a dedicated server?
 
VARDEF byte _network_playas; // an id to play as..
 

	
 
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 */