File diff r27165:ea28ecab6159 → r27166:64e04a3ef9b1
src/network/network_gui.h
Show inline comments
 
@@ -11,7 +11,7 @@
 
#define NETWORK_GUI_H
 

	
 
#include "../company_type.h"
 
#include "../date_type.h"
 
#include "../timer/timer_game_calendar.h"
 
#include "../economy_type.h"
 
#include "../window_type.h"
 
#include "network_type.h"
 
@@ -29,7 +29,7 @@ void ShowNetworkAskRelay(const std::stri
 
/** 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
 
	TimerGameCalendar::Year inaugurated_year; ///< What year the company started in
 
	Money company_value;      ///< The company value
 
	Money money;              ///< The amount of money the company has
 
	Money income;             ///< How much did the company earn last year