home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PCACHSRC.ZIP / WINHULLO.RC < prev   
Text File  |  1991-07-05  |  278b  |  13 lines

  1. //these (arbitrary) equates could have been in an include file...
  2. #define IDM_QUIT    100
  3. #define IDM_ABOUT    101
  4.  
  5. winhullo    MENU
  6.     BEGIN
  7.       POPUP "File"
  8.         BEGIN
  9.              MENUITEM "Quit",  IDM_QUIT
  10.              MENUITEM "About...",  IDM_ABOUT
  11.         END
  12.     END
  13.