home *** CD-ROM | disk | FTP | other *** search
- /*
- * evgif.h, this is minor mods to xgif.h
- */
-
-
- #define REVDATE "Rev: 2/13/89"
- #define MAXEXPAND 16
-
- /* include files */
- #include <tools.h>
- #include <stdio.h>
- #include <math.h>
- #include <ctype.h>
- #include <signal.h>
-
-
-
- typedef unsigned char byte;
-
- #define TRUE 1
- #define FALSE 0
-
-
- /* global vars */
- int iWIDE,iHIGH,eWIDE,eHIGH,expand,numcols,strip,nostrip;
- int pausetime;
- int vsno;
- unsigned long cols[256];
- char *cmd;
-
- byte *Image;
-