home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mnth0106.zip / Timur / GAME.RC < prev    next >
Text File  |  1992-06-27  |  902b  |  30 lines

  1. #include <os2.h>
  2. #include "game.h"
  3. #include "dialog.h"
  4.  
  5. rcinclude dialog.dlg
  6.  
  7. ICON ID_RESOURCE game.ico
  8.  
  9. MENU ID_RESOURCE {
  10.   SUBMENU "~Map", IDM_MAP {
  11.     MENUITEM "~Load", IDM_MAP_LOAD
  12.     MENUITEM "~Save", IDM_MAP_SAVE
  13.     MENUITEM "~Edit", IDM_MAP_EDIT
  14.     MENUITEM "~About", IDM_ABOUT
  15.   }
  16.   SUBMENU "~Terrain", IDM_TERRAIN {
  17.     MENUITEM "Clear Ground", IDM_TER_CLEAR_GROUND,,MIA_CHECKED
  18.     MENUITEM "Rough Ground/Rubble", IDM_TER_ROUGH_GROUND
  19.     MENUITEM "Water", IDM_TER_WATER
  20.     MENUITEM "Light Woods", IDM_TER_LIGHT_WOODS
  21.     MENUITEM "Heavy Woods", IDM_TER_HEAVY_WOODS
  22.     MENUITEM "Pavement", IDM_TER_PAVEMENT
  23.     MENUITEM "Bridge", IDM_TER_BRIDGE
  24.     MENUITEM "Light Building", IDM_TER_LIGHT_BLDG
  25.     MENUITEM "Medium Building", IDM_TER_MEDIUM_BLDG
  26.     MENUITEM "Heavy Building", IDM_TER_HEAVY_BLDG
  27.     MENUITEM "Hardened Building", IDM_TER_HARD_BLDG
  28.   }
  29. }
  30.