src/variables.h
changeset 8142 837f47089a7c
parent 8140 0d0d8c94f84b
child 8151 4cefeef74c28
equal deleted inserted replaced
8141:71b9bd0c2c32 8142:837f47089a7c
     4 
     4 
     5 #ifndef VARIABLES_H
     5 #ifndef VARIABLES_H
     6 #define VARIABLES_H
     6 #define VARIABLES_H
     7 
     7 
     8 #include "yapf/yapf_settings.h"
     8 #include "yapf/yapf_settings.h"
     9 #include "openttd.h"
       
    10 #include "tile_type.h"
     9 #include "tile_type.h"
    11 #include "strings_type.h"
    10 #include "strings_type.h"
    12 #include "date_type.h"
    11 #include "date_type.h"
    13 
    12 
    14 /* ********* START OF SAVE REGION */
    13 /* ********* START OF SAVE REGION */
    48 VARDEF uint16 _disaster_delay;
    47 VARDEF uint16 _disaster_delay;
    49 
    48 
    50 /* Determines what station to operate on in the
    49 /* Determines what station to operate on in the
    51  *  tick handler. */
    50  *  tick handler. */
    52 VARDEF uint16 _station_tick_ctr;
    51 VARDEF uint16 _station_tick_ctr;
    53 
       
    54 VARDEF uint32 _random_seeds[2][2];
       
    55 
    52 
    56 /* Iterator through all towns in OnTick_Town */
    53 /* Iterator through all towns in OnTick_Town */
    57 VARDEF uint32 _cur_town_ctr;
    54 VARDEF uint32 _cur_town_ctr;
    58 /* Frequency iterator at the same place */
    55 /* Frequency iterator at the same place */
    59 VARDEF uint32 _cur_town_iter;
    56 VARDEF uint32 _cur_town_iter;