src/variables.h
changeset 8139 16ad832aa538
parent 8137 67a9579abd74
child 8153 32f871f7e7f7
equal deleted inserted replaced
8138:7dc73953c47e 8139:16ad832aa538
   337 /* landscape.cpp */
   337 /* landscape.cpp */
   338 extern const byte _tileh_to_sprite[32];
   338 extern const byte _tileh_to_sprite[32];
   339 
   339 
   340 extern const TileTypeProcs * const _tile_type_procs[16];
   340 extern const TileTypeProcs * const _tile_type_procs[16];
   341 
   341 
       
   342 extern bool _draw_bounding_boxes;
       
   343 
   342 /* misc */
   344 /* misc */
   343 VARDEF char _screenshot_name[128];
   345 VARDEF char _screenshot_name[128];
   344 VARDEF byte _vehicle_design_names;
   346 VARDEF byte _vehicle_design_names;
   345 
   347 
   346 /* Forking stuff */
   348 /* Forking stuff */