home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / misc / rmfullrc.h < prev    next >
Text File  |  1997-07-14  |  1KB  |  33 lines

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