00001 #ifndef VIEWMAP_H 00002 #define VIEWMAP_H 00003 00004 struct level_pos; 00005 bool show_map(level_pos &spec_place, 00006 bool travel_mode, bool allow_esc, bool allow_offlevel); 00007 00008 bool emphasise(const coord_def& where); 00009 unsigned get_map_col(const coord_def& c, bool travel = true); 00010 00011 #endif