home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
WindowDepth.bproj
/
common.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
|
1992-11-28
|
142 b
|
8 lines
/* common.h -- shared definitions */
#define USE_2_BIT 0
#define USE_8_BIT 1
#define USE_12_BIT 2
#define USE_24_BIT 3
#define USE_DEFAULT 4