home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************
- * Copyright (c) 1987 *
- * by CompuServe Inc, Columbus, Ohio. All Rights Reserved *
- ***********************************************************/
-
- struct ColorEntry
- {
- unsigned char red, green, blue;
- };
-
- short Create_GIF(); /* Create a 1-image GIF image set */
- short Write_Screen_Desc(); /* Write signature and screen description */
- short Write_Image_Desc(); /* Write image description */
-