home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
-
- CUBE.HPP - A spinning cube demo for WinG
-
- **************************************************************************/
- /**************************************************************************
-
- (C) Copyright 1994 Microsoft Corp. All rights reserved.
-
- You have a royalty-free right to use, modify, reproduce and
- distribute the Sample Files (and/or any modified version) in
- any way you find useful, provided that you agree that
- Microsoft has no warranty obligations or liability for any
- Sample Application Files which are modified.
-
- **************************************************************************/
-
- /* Menu Items */
- #define MENU_ABOUT 1
- #define MENU_EXIT 2
- #define MENU_SPIN 3
- #define MENU_DISPERSED8x8 4
- #define MENU_DISPERSED4x4 5
- #define MENU_CLUSTERED4x4 6
- #define MENU_UNDITHERED 7
- #define MENU_MONOCHROME 8