home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rwmaze.rc_ / rwmaze.bin
Text File  |  1995-11-14  |  1KB  |  50 lines

  1. /**********************************************************************
  2.  *
  3.  * File :     rwmaze.rc
  4.  *
  5.  * Abstract : RenderWare maze demo. Resource definitions
  6.  *
  7.  **********************************************************************
  8.  *
  9.  * This file is a product of Criterion Software Ltd.
  10.  *
  11.  * This file is provided as is with no warranties of any kind and is
  12.  * provided without any obligation on Criterion Software Ltd. or
  13.  * Canon Inc. to assist in its use or modification.
  14.  *
  15.  * Criterion Software Ltd. will not, under any
  16.  * circumstances, be liable for any lost revenue or other damages arising
  17.  * from the use of this file.
  18.  *
  19.  * Copyright (c) 1995 Criterion Software Ltd.
  20.  * All Rights Reserved.
  21.  *
  22.  * RenderWare is a trademark of Canon Inc.
  23.  *
  24.  ************************************************************************/
  25.  
  26. #include "resource.h"
  27.  
  28. MAZE_MENU MENU DISCARDABLE 
  29. BEGIN
  30.     POPUP "&File"
  31.     BEGIN
  32.         MENUITEM "E&xit",                       ID_FILE_EXIT
  33.     END
  34.     POPUP "&Option"
  35.     BEGIN
  36.         MENUITEM "&HUD",                        ID_OPTION_HUD
  37.     END
  38.     POPUP "&Rendering"
  39.     BEGIN
  40.         MENUITEM "320x240",                     ID_RENDERING_320200
  41.  
  42.         MENUITEM "640X480",                     ID_RENDERING_640480
  43.  
  44.     END
  45. END
  46.  
  47. RW_ICON                 ICON    DISCARDABLE     "rw.ico"
  48.  
  49.  
  50.