/* Prototypes for functions defined in
map_display.c
 */

void GP_draw_roads(int , int );

void ME_draw_roads(int , int );

void PM_draw_roads(int , int );

void GP_update_hex_display(int , int );

void GP_update_at_hex(int , int );

void PM_update_hex(int , int );

void ME_draw_mapstrip(int , int , int , int );

void ME_draw_map(void);

void ME_smart_scroll(int , int );

void GP_draw_mapstrip(int , int , int , int );

void GP_draw_map(void);

void smart_scroll(int , int , int );

void GP_smart_scroll(int , int );

void PM_draw_mapstrip(int , int , int , int );

void PM_draw_map(void);

void PM_smart_scroll(int , int );

