home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 489.lha / GIFMachine_2.116 / Sources / largearrays.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-12  |  192 b   |  9 lines

  1. /* Copyright 1990 by Christopher A. Wichura.
  2.    See file GIFMachine.doc for full description of rights.
  3. */
  4.  
  5. #include "GIFMachine.h"
  6.  
  7. UBYTE PaletteBuf[MAXCOLOURS];
  8. ULONG ColourBuf[MAXCOLOURS];
  9.