main_gui.c
changeset 4261 28670f743746
parent 4184 541f819f2125
child 4288 393de75451b1
equal deleted inserted replaced
4260:c638c6441121 4261:28670f743746
    27 #include "waypoint.h"
    27 #include "waypoint.h"
    28 #include "variables.h"
    28 #include "variables.h"
    29 #include "train.h"
    29 #include "train.h"
    30 #include "unmovable_map.h"
    30 #include "unmovable_map.h"
    31 #include "screenshot.h"
    31 #include "screenshot.h"
       
    32 #include "date.h"
    32 
    33 
    33 #include "network_data.h"
    34 #include "network_data.h"
    34 #include "network_client.h"
    35 #include "network_client.h"
    35 #include "network_server.h"
    36 #include "network_server.h"
    36 
    37 
    37 /* Min/Max date for scenario editor */
    38 /* Min/Max date for scenario editor */
    38 static const uint MinDate = 0;     // 1920-01-01 (MAX_YEAR_BEGIN_REAL)
    39 static const Date MinDate = 0;     // 1920-01-01 (MAX_YEAR_BEGIN_REAL)
    39 static const uint MaxDate = 29220; // 2000-01-01
    40 static const Date MaxDate = 29220; // 2000-01-01
    40 
    41 
    41 static int _rename_id;
    42 static int _rename_id;
    42 static int _rename_what;
    43 static int _rename_what;
    43 
    44 
    44 static byte _terraform_size = 1;
    45 static byte _terraform_size = 1;