mirror of
https://github.com/sheumann/VNCviewGS.git
synced 2024-11-22 02:30:47 +00:00
10 lines
260 B
C
10 lines
260 B
C
extern unsigned char coltab320[];
|
|
extern unsigned char coltab640[];
|
|
|
|
extern unsigned char *bigcoltab640a;
|
|
extern unsigned char *bigcoltab640b;
|
|
extern unsigned char *bigcoltab320;
|
|
|
|
BOOLEAN AllocateBigColorTables(void);
|
|
BOOLEAN MakeBigColorTables(unsigned int);
|