VNCviewGS/colortables.h

10 lines
260 B
C
Raw Normal View History

2015-09-23 19:06:46 -05:00
extern unsigned char coltab320[];
extern unsigned char coltab640[];
2015-09-23 18:46:47 -05:00
2015-09-23 19:06:46 -05:00
extern unsigned char *bigcoltab640a;
extern unsigned char *bigcoltab640b;
extern unsigned char *bigcoltab320;
2015-09-23 18:46:47 -05:00
2015-09-23 19:06:46 -05:00
BOOLEAN AllocateBigColorTables(void);
BOOLEAN MakeBigColorTables(unsigned int);