home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_prog / 3d.arj / THREE_D.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-05  |  393 b   |  13 lines

  1. /* Misc. defines */
  2. #define WM_3DPAINT      (WM_USER+100)
  3. #define INSIDE_FRAME    0
  4. #define OUTSIDE_FRAME   1
  5. #define RAISED          0
  6. #define RECESSED        1
  7.  
  8. /* Function prototypes */
  9. void FAR PASCAL      Draw3dShadow(HWND,WORD);
  10. void FAR PASCAL      Draw3dBorder(HWND,WORD,int,int);
  11. void FAR PASCAL      Draw3dFrame(HWND,int);
  12. HBRUSH FAR PASCAL    Control3dColor(HWND,WORD);
  13.