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 / ddex1 / ddex1.rc < prev    next >
Encoding:
Text File  |  1997-07-15  |  162 b   |  10 lines

  1. #include "resource.h"
  2.  
  3. IDR_MENU MENU DISCARDABLE 
  4. BEGIN
  5.     POPUP "&File"
  6.     BEGIN
  7.         MENUITEM "E&xit",                       IDM_EXIT
  8.     END
  9. END
  10.