home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / directx2 / sdk / samples / misc / rmmain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-28  |  1014 b   |  27 lines

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
  4.  *
  5.  *  File: resource.h
  6.  *
  7.  ***************************************************************************/
  8.  
  9. #define MENU_ABOUT                      1
  10. #define MENU_EXIT                       2
  11. #define MENU_STEP                       27
  12. #define MENU_GO                         28
  13. #define MENU_FLAT                       12
  14. #define MENU_GOURAUD                    13
  15. #define MENU_PHONG                      14
  16. #define MENU_POINT_FILTER               17
  17. #define MENU_LINEAR_FILTER              18
  18. #define MENU_POINT                      20
  19. #define MENU_WIREFRAME                  21
  20. #define MENU_SOLID                      22
  21. #define MENU_DITHERING                  24
  22. #define MENU_ANTIALIAS                  26
  23. #define MENU_LIGHTING                   29
  24. #define MENU_FIRST_DRIVER               80
  25.  
  26. #define IDC_STATIC                     -1
  27.