variables.h
changeset 4253 6fadea8a8043
parent 4237 d10d168c4d48
child 4261 2ec8f5a9747b
equal deleted inserted replaced
4252:e06bade21a2e 4253:6fadea8a8043
   403 
   403 
   404 #define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;
   404 #define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;
   405 
   405 
   406 /* landscape.c */
   406 /* landscape.c */
   407 extern const byte _tileh_to_sprite[32];
   407 extern const byte _tileh_to_sprite[32];
   408 extern const byte _inclined_tileh[8];
   408 extern const byte _inclined_tileh[16];
   409 
   409 
   410 extern const TileTypeProcs * const _tile_type_procs[16];
   410 extern const TileTypeProcs * const _tile_type_procs[16];
   411 
   411 
   412 /* misc */
   412 /* misc */
   413 VARDEF char _screenshot_name[128];
   413 VARDEF char _screenshot_name[128];