mirror of
https://github.com/sheumann/VNCviewGS.git
synced 2024-11-21 10:33:40 +00:00
b8bdc81eda
This is a prelude to rewriting the raw decoding logic in more efficient assembly code.
9 lines
222 B
C
9 lines
222 B
C
extern unsigned char coltab320[];
|
|
extern unsigned char coltab640[];
|
|
|
|
extern unsigned char *bigcoltab640a;
|
|
extern unsigned char *bigcoltab640b;
|
|
extern unsigned char *bigcoltab320;
|
|
|
|
BOOLEAN MakeBigColorTables(unsigned int);
|