/* * * * ifs.h * * */ #define FUNLIMIT 25 /* the max number of functions */ #define FFFF 65535 /* for prop gadgets */ #define NUMPROPS 10 /* number of proportional gadgets*/ #define NUMSTRS 8 /* number of string gadgets */ #define NUMGADS 18 /* total number of gadgets */ #define GADSIZE 10 /* Gadget size in pixels */ #define WIDTH 640 /* Width of Window */ #define HEIGHT 400 /* Height of Window */ #define ASPECT 1.6 /* WIDTH/HEIGHT */ #define XSTART 0 /* start of X */ #define YSTART HEIGHT /* start of Y (includes height */ #define SCREENTITLE " IFSout " #define DISPSCALE .25 /* display scale for vectors */ #define SCRNSCALE .8 /* Display Scale % of Screen */ #define MAXCOFF 2. /* define the cofficient Maximum */ #define MINCOFF -1. /* define the cofficient Minimum */ #define MAXFNLEN 80 /* the max file name length */ #define MAXCOLORS 16 /* the max number of colors Hi-R */ #define EPSILON 8 /* min number of pixels for hit */ #define GSTRLEN 6 /* length of gadget string */ /* Get Prototypes #include "ifsout.i" #include "gadmsg.i" #include "vectors.i" #include "safeclose.i" #include "getfile.i" If we have them and if lattice's compiler worked! */