@@ -39,6 +39,7 @@ E void FDECL(m_unleash, (struct monst *,BOOLEAN_P));
3939E void NDECL (unleash_all );
4040E boolean NDECL (next_to_u );
4141E struct obj * FDECL (get_mleash , (struct monst * ) );
42+ E const char * NDECL (beautiful );
4243E void FDECL (check_leash , (XCHAR_P ,XCHAR_P ));
4344E boolean FDECL (um_dist , (XCHAR_P ,XCHAR_P ,XCHAR_P ));
4445E boolean FDECL (snuff_candle , (struct obj * ) );
@@ -497,6 +498,7 @@ E int FDECL(omon_adj, (struct monst *,struct obj *,BOOLEAN_P));
497498E int FDECL (thitmonst , (struct monst * ,struct obj * ) );
498499E int FDECL (hero_breaks , (struct obj * ,XCHAR_P ,XCHAR_P ,BOOLEAN_P ));
499500E int FDECL (breaks , (struct obj * ,XCHAR_P ,XCHAR_P ));
501+ E void FDECL (release_camera_demon , (struct obj * , XCHAR_P ,XCHAR_P ));
500502E void FDECL (breakobj , (struct obj * ,XCHAR_P ,XCHAR_P ,BOOLEAN_P ,BOOLEAN_P ));
501503E boolean FDECL (breaktest , (struct obj * ) );
502504E boolean FDECL (walk_path , (coord * , coord * , boolean (* )(genericptr_t ,int ,int ), genericptr_t ));
@@ -979,6 +981,7 @@ E int NDECL(doforce);
979981E boolean FDECL (boxlock , (struct obj * ,struct obj * ) );
980982E boolean FDECL (doorlock , (struct obj * ,int ,int ));
981983E int NDECL (doopen );
984+ E int FDECL (doopen_indir , (int ,int ) );
982985E int NDECL (doclose );
983986
984987#ifdef MAC
@@ -1366,6 +1369,7 @@ E boolean FDECL(onscary, (int,int,struct monst *));
13661369E void FDECL (monflee , (struct monst * , int , BOOLEAN_P , BOOLEAN_P ));
13671370E int FDECL (dochug , (struct monst * ) );
13681371E int FDECL (m_move , (struct monst * ,int ) );
1372+ E void FDECL (dissolve_bars , (int ,int ) );
13691373E boolean FDECL (closed_door , (int ,int ) );
13701374E boolean FDECL (accessible , (int ,int ) );
13711375E void FDECL (set_apparxy , (struct monst * ) );
0 commit comments