variables.h
changeset 679 04ca2cd69420
parent 659 a9733f856cd0
child 704 e843dd369938
equal deleted inserted replaced
678:f62cae2abc0c 679:04ca2cd69420
   382 
   382 
   383 #define SET_EXPENSES_TYPE(x) if (x) _yearly_expenses_type=x;
   383 #define SET_EXPENSES_TYPE(x) if (x) _yearly_expenses_type=x;
   384 
   384 
   385 /* landscape.c */
   385 /* landscape.c */
   386 extern const byte _tileh_to_sprite[32];
   386 extern const byte _tileh_to_sprite[32];
   387 extern byte _map_type_and_height[TILES_X * TILES_Y];
       
   388 extern byte _map5[TILES_X * TILES_Y];
       
   389 extern byte _map3_lo[TILES_X * TILES_Y];
       
   390 extern byte _map3_hi[TILES_X * TILES_Y];
       
   391 extern byte _map_owner[TILES_X * TILES_Y];
       
   392 extern byte _map2[TILES_X * TILES_Y];
       
   393 extern byte _map_extra_bits[TILES_X * TILES_Y/4];
       
   394 
   387 
   395 static const byte _inclined_tileh[] = {
   388 static const byte _inclined_tileh[] = {
   396 	3,9,3,6,12,6,12,9,
   389 	3,9,3,6,12,6,12,9,
   397 };
   390 };
   398 
   391