src/variables.h
changeset 9452 d901f00aeed6
parent 9111 48ce04029fe4
child 10207 c291a21b304e
equal deleted inserted replaced
9451:0d6806ba5504 9452:d901f00aeed6
     2 
     2 
     3 /** @file variables.h Messing file that will cease to exist some time in the future. */
     3 /** @file variables.h Messing file that will cease to exist some time in the future. */
     4 
     4 
     5 #ifndef VARIABLES_H
     5 #ifndef VARIABLES_H
     6 #define VARIABLES_H
     6 #define VARIABLES_H
       
     7 
       
     8 #ifndef VARDEF
       
     9 #define VARDEF extern
       
    10 #endif
     7 
    11 
     8 /* Amount of game ticks */
    12 /* Amount of game ticks */
     9 VARDEF uint16 _tick_counter;
    13 VARDEF uint16 _tick_counter;
    10 
    14 
    11 /* Skip aging of cargo? */
    15 /* Skip aging of cargo? */