home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
taropyon
/
silib
/
inc
/
scn
/
plt.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-16
|
337 b
|
19 lines
#ifndef _SCN_PLT_H
#define _SCN_PLT_H
#ifndef _SITYPES_H
# include <sitypes.h>
#endif
typedef struct /* パレットデータ構造体 */
{
UCHAR att;
UCHAR blue, red, green;
} PLT_T;
#define PLTATT_USR (0x00) /* ユーザーパレット */
#define PLTATT_SYS (0x08) /* システムパレット */
#define PLTATT_UFLG (0x80)
#endif