home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / BSP Tree 1.2 / Sources / Core / include / 3D look.h < prev    next >
Encoding:
Text File  |  1995-03-26  |  804 b   |  22 lines  |  [TEXT/MMCC]

  1. //------------------------------------------------------------------------------
  2. //    File:                    3d look.h
  3. //    Date:                    7/20/94
  4. //    Author:                Bretton Wade
  5. //
  6. //    Description:    this file contains declarations related to 3D look drawing.
  7. //
  8. //------------------------------------------------------------------------------
  9.  
  10. #ifndef    LOOK3D
  11. #define    LOOK3D
  12.  
  13.  
  14. //------------------------------------------------------------------------------
  15. //    functions
  16. //------------------------------------------------------------------------------
  17. void    FrameRectUp (Rect&);                                                                                                            //    frame the outer edge of a rectangle
  18. void    FrameRectDown (Rect&);                                                                                                        //    frame the inner edge of a rectangle
  19.  
  20. //------------------------------------------------------------------------------
  21.  
  22. #endif    //LOOK3D