VNCviewGS/colortables.h

9 lines
222 B
C
Raw Normal View History

2015-09-24 00:06:46 +00:00
extern unsigned char coltab320[];
extern unsigned char coltab640[];
2015-09-23 23:46:47 +00:00
2015-09-24 00:06:46 +00:00
extern unsigned char *bigcoltab640a;
extern unsigned char *bigcoltab640b;
extern unsigned char *bigcoltab320;
2015-09-23 23:46:47 +00:00
2015-09-24 00:06:46 +00:00
BOOLEAN MakeBigColorTables(unsigned int);