home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Examples / DDraw / DDraw3 / DDEX4.RC < prev    next >
Encoding:
Text File  |  1999-01-26  |  184 b   |  12 lines

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