home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff321.lzh / Ifs / source / ifs.h < prev    next >
C/C++ Source or Header  |  1990-02-27  |  2KB  |  40 lines

  1. /*
  2. *
  3. *
  4. *        ifs.h
  5. *
  6. *
  7. */
  8.  
  9. #define  FUNLIMIT   25                 /* the max number of functions   */
  10. #define  FFFF     65535                /* for prop gadgets              */
  11. #define  NUMPROPS 10                   /* number of proportional gadgets*/
  12. #define  NUMSTRS  8                    /* number of string gadgets      */
  13. #define  NUMGADS 18                    /* total number of gadgets       */
  14. #define  GADSIZE  10                   /* Gadget size in pixels         */
  15. #define  WIDTH 640                     /* Width of Window               */
  16. #define  HEIGHT 400                    /* Height of Window              */
  17. #define     ASPECT 1.6               /* WIDTH/HEIGHT                  */
  18. #define  XSTART 0                      /* start of X                    */
  19. #define  YSTART HEIGHT                 /* start of Y (includes height   */
  20. #define  SCREENTITLE " IFSout "
  21. #define  DISPSCALE  .25                /* display scale for vectors     */
  22. #define  SCRNSCALE  .8                 /* Display Scale % of Screen     */
  23. #define  MAXCOFF    2.                 /* define the cofficient Maximum */
  24. #define  MINCOFF    -1.                /* define the cofficient Minimum */
  25. #define  MAXFNLEN   80                 /* the max file name length      */
  26.  
  27. #define  MAXCOLORS  16                 /* the max number of colors Hi-R */
  28. #define  EPSILON     8                 /* min number of pixels for hit  */
  29. #define  GSTRLEN     6                 /* length of gadget string       */
  30.  
  31. /* Get Prototypes 
  32. #include "ifsout.i"
  33. #include "gadmsg.i"
  34. #include "vectors.i"
  35. #include "safeclose.i"
  36. #include "getfile.i"
  37.  
  38. If we have them and if lattice's compiler worked!     */ 
  39.  
  40.