/*
        Header file for fdeshres
*/
/*
void init256(unsigned char mode);
void putpixel256(int col, int row, unsigned char color);
unsigned char getpixel256(int col, int row);
void set_palette(int quantize);
int vcard_type_check(void);
*/
extern int pixel_max;                   /* largest pixel put value since last
                                           last 'set_palette' */
extern int color_shift;                 /* color shift used in 256 color mode */

