home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
program
/
lynxlib
/
colsw.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-10-23
|
223 b
|
7 lines
/*
An PAL_TRANS is a translation table for colsw(). If newpal is the
PAL_TRANS & pal is the PALETTE, then pal[newpal[n]] = pal[n]. In
other words, color n is transferred to newpal[n].
*/
typedef BYTE PAL_TRANS[16];