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 / rockem / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-15  |  1.0 KB  |  31 lines

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
  4.  *
  5.  *  File: resource.h
  6.  *
  7.  ***************************************************************************/
  8.  
  9. #define IDR_ACCEL                       104
  10. #define IDR_MENU                        105
  11. #define IDI_ICON1                       106
  12. #define IDI_ICON2                       108
  13. #define ID_FILE_EXIT                    40001
  14. #define ID_VIEW_640X480                 40002
  15. #define ID_VIEW_640X400                 40003
  16. #define ID_VIEW_320X240                 40004
  17. #define ID_VIEW_320X200                 40005
  18. #define ID_VIEW_FULLSCREEN              40006
  19.  
  20. // Next default values for new objects
  21. // 
  22. #ifdef APSTUDIO_INVOKED
  23. #ifndef APSTUDIO_READONLY_SYMBOLS
  24. #define _APS_NEXT_RESOURCE_VALUE        111
  25. #define _APS_NEXT_COMMAND_VALUE         40007
  26. #define _APS_NEXT_CONTROL_VALUE         1000
  27. #define _APS_NEXT_SYMED_VALUE           101
  28. #endif
  29. #endif
  30.  
  31.