home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-26 | 804 b | 22 lines | [TEXT/MMCC] |
- //------------------------------------------------------------------------------
- // File: 3d look.h
- // Date: 7/20/94
- // Author: Bretton Wade
- //
- // Description: this file contains declarations related to 3D look drawing.
- //
- //------------------------------------------------------------------------------
-
- #ifndef LOOK3D
- #define LOOK3D
-
-
- //------------------------------------------------------------------------------
- // functions
- //------------------------------------------------------------------------------
- void FrameRectUp (Rect&); // frame the outer edge of a rectangle
- void FrameRectDown (Rect&); // frame the inner edge of a rectangle
-
- //------------------------------------------------------------------------------
-
- #endif //LOOK3D