src/variables.h
changeset 7335 141c6b86ec1f
parent 7266 b16e67e992b4
child 7485 d8799216928a
equal deleted inserted replaced
7334:ed9a43cf642a 7335:141c6b86ec1f
   328 
   328 
   329 #define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;
   329 #define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;
   330 
   330 
   331 /* landscape.cpp */
   331 /* landscape.cpp */
   332 extern const byte _tileh_to_sprite[32];
   332 extern const byte _tileh_to_sprite[32];
   333 extern const Slope _inclined_tileh[16];
       
   334 
   333 
   335 extern const TileTypeProcs * const _tile_type_procs[16];
   334 extern const TileTypeProcs * const _tile_type_procs[16];
   336 
   335 
   337 /* misc */
   336 /* misc */
   338 VARDEF char _screenshot_name[128];
   337 VARDEF char _screenshot_name[128];