/* Header file: decorate.h ** */ #include struct scalebar { char type[50]; double x, y; double length, height; char *font; int segment; int numbers; double width; int fontsize; int color, bgcolor; }; #ifdef MAIN struct scalebar sb; #else extern struct scalebar sb; #endif