home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1st Canadian Shareware Disc
/
1st_Canadian_Shareware_Disc_1991.ISO
/
graphics
/
giftif
/
gifbase.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-11-21
|
639b
|
19 lines
/*----------------------------------------------------------------------*/
/* Copyright (c) 1987 */
/* by CompuServe Inc., Columbus, Ohio. All Rights Reserved */
/* GIFBASE.H can be copied and distributed freely for any */
/* non-commercial purposes. GIFBASE.H can only be incorporated */
/* into commercial software with the permission of CompuServe Inc. */
/*----------------------------------------------------------------------*/
#define MaxColors 256 /* rev 87a */
struct ColorEntry
{
unsigned char red, green, blue;
};
extern char GIFsignature[];
extern short BaseLine[5], LineOffset[5];