VNCviewGS/colortables.h
Stephen Heumann b8bdc81eda Statically allocate space for color tables in an assembly file.
This is a prelude to rewriting the raw decoding logic in more efficient assembly code.
2016-05-13 18:34:23 -05:00

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);