home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / DeveloperLabs / Lab4 / Solution / PaintLabParams.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-23  |  154 b   |  7 lines

  1. #define    ROUND_BRUSH    0
  2. #define    SQUARE_BRUSH    1
  3. #define BITMAP_SIZE    10.0
  4. #define HALFSIZE    BITMAP_SIZE / 2.0
  5. #define DOC_WIDTH    500.0
  6. #define DOC_HEIGHT    500.0
  7.