#define FIG2DEV_VER "0.12e"

/* The following values must be the same as in bmp2eps.h */

#define DEBUG_MASK 7
#define NATURAL 256

#define MAX_COL 542

struct pdf_obj{int no; int depth; int child;};
struct img_obj{int dict; char *filename;
               char *convfile; struct img_obj *next;};

struct arrow{int type; int style; double thickness;
             double width; double height;};

void bb_fix(double x, double y, double width);
char* fill_col(int colour, int fill);
void write_dash(int dash, double len, char *buffer, int *i);

#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
