home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / WindowDepth.bproj / common.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-28  |  142 b   |  8 lines

  1. /* common.h -- shared definitions */
  2.  
  3. #define USE_2_BIT    0
  4. #define USE_8_BIT    1
  5. #define USE_12_BIT    2
  6. #define USE_24_BIT    3
  7. #define USE_DEFAULT    4
  8.