src/variables.h
branchnoai
changeset 10829 8a0ec0f0f928
parent 10455 22c441f5adf9
equal deleted inserted replaced
10804:a02ab0ca5ae9 10829:8a0ec0f0f928
     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? */