/* resource set indices for EX */

#define T_DIAL                             0 /* form/dialog */
#define D_DIAL                             0 /* BOX in tree T_DIAL */
#define D_SAVE                             1 /* BUTTON in tree T_DIAL */
#define D_PLAY                             2 /* BUTTON in tree T_DIAL */
#define D_LOAD                             3 /* BUTTON in tree T_DIAL */

#define T_MENU                             1 /* menu */
#define M_FILE                             4 /* TITLE in tree T_MENU */

