home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / scase.zip / SCASE.Z / OWLTTT.RC < prev    next >
Text File  |  1994-02-01  |  170b  |  16 lines

  1. #ifndef WORKSHOP_INVOKED
  2.   #include <windows.h>
  3. #endif
  4.  
  5. #define CM_RESET 101
  6.  
  7. ICON_1 ICON "owlttt.ico"
  8.  
  9. TOOL_MENU MENU 
  10. {
  11.  POPUP "&Game"
  12.  {
  13.   MENUITEM "&Reset", 101
  14.  }
  15. }
  16.