options.h 212 B

12345678910111213
  1. extern int color1;
  2. extern int color2;
  3. extern double east;
  4. extern double north;
  5. extern int use_feet;
  6. extern int do_background;
  7. extern int do_bar;
  8. extern int draw;
  9. /* draw_scale.c */
  10. int draw_scale(int toptext);