home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 286_02 / gradvar.h < prev    next >
Text File  |  1989-05-25  |  384b  |  9 lines

  1. extern unsigned int DOTVALUE[];
  2. extern int XLIMIT, YLIMIT;
  3. extern int ORGX, ORGY;
  4. extern int TEN_MS;
  5. extern void (*PRE_ERROR_FUNC)(), (*POST_ERROR_FUNC)();
  6. extern int (*SPACING_FUNC)();
  7. extern int PRE_ERROR_LEVEL, POST_ERROR_LEVEL;
  8. extern int WINX1, WINX2, WINY1, WINY2;
  9.