File diff r25907:453ca7f224a5 → r25908:0d803b199db7
src/network/network_gui.h
Show inline comments
 
@@ -20,12 +20,13 @@
 
void ShowNetworkNeedPassword(NetworkPasswordType npt);
 
void ShowNetworkChatQueryWindow(DestType type, int dest);
 
void ShowJoinStatusWindow();
 
void ShowNetworkGameWindow();
 
void ShowClientList();
 
void ShowNetworkCompanyPasswordWindow(Window *parent);
 
void ShowNetworkAskRelay(const std::string &server_connection_string, const std::string &relay_connection_string, const std::string &token);
 

	
 

	
 
/** Company information stored at the client side */
 
struct NetworkCompanyInfo : NetworkCompanyStats {
 
	std::string company_name; ///< Company name
 
	Year inaugurated_year;    ///< What year the company started in
 
@@ -34,9 +35,8 @@ struct NetworkCompanyInfo : NetworkCompa
 
	Money income;             ///< How much did the company earn last year
 
	uint16 performance;       ///< What was his performance last month?
 
	bool use_password;        ///< Is there a password
 
	std::string clients;      ///< The clients that control this company (Name1, name2, ..)
 
};
 

	
 
void ShowNetworkAskRelay(const std::string &connection_string, const std::string &token);
 

	
 
#endif /* NETWORK_GUI_H */