home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2313 / evgif.h < prev   
Encoding:
C/C++ Source or Header  |  1990-12-28  |  463 b   |  32 lines

  1. /*
  2.  *  evgif.h,  this is minor mods to xgif.h
  3.  */
  4.  
  5.  
  6. #define REVDATE   "Rev: 2/13/89"
  7. #define MAXEXPAND 16
  8.  
  9. /* include files */
  10. #include <tools.h>
  11. #include <stdio.h>
  12. #include <math.h>
  13. #include <ctype.h>
  14. #include <signal.h>
  15.  
  16.  
  17.  
  18. typedef unsigned char byte;
  19.  
  20. #define TRUE 1
  21. #define FALSE 0
  22.  
  23.  
  24. /* global vars */
  25. int            iWIDE,iHIGH,eWIDE,eHIGH,expand,numcols,strip,nostrip;
  26. int        pausetime;
  27. int vsno;
  28. unsigned long  cols[256];
  29. char          *cmd;
  30.  
  31. byte *Image;
  32.