Merge remote-tracking branch 'origin/NetHack-3.6.0'
This commit is contained in:
@@ -983,7 +983,9 @@ E void NDECL(reassign);
|
||||
E int NDECL(doorganize);
|
||||
E void NDECL(free_pickinv_cache);
|
||||
E int FDECL(count_unpaid, (struct obj *));
|
||||
E int FDECL(count_buc, (struct obj *, int));
|
||||
E int FDECL(count_buc, (struct obj *, int, boolean (*)(OBJ_P)));
|
||||
E void FDECL(tally_BUCX, (struct obj *, BOOLEAN_P,
|
||||
int *, int *, int *, int *, int *));
|
||||
E long FDECL(count_contents, (struct obj *, BOOLEAN_P, BOOLEAN_P, BOOLEAN_P));
|
||||
E void FDECL(carry_obj_effects, (struct obj *));
|
||||
E const char *FDECL(currency, (long));
|
||||
@@ -1783,6 +1785,7 @@ E void NDECL(getlock);
|
||||
E int FDECL(collect_obj_classes, (char *, struct obj *, BOOLEAN_P,
|
||||
boolean FDECL((*), (OBJ_P)), int *));
|
||||
E boolean FDECL(rider_corpse_revival, (struct obj *, BOOLEAN_P));
|
||||
E boolean FDECL(menu_class_present, (int));
|
||||
E void FDECL(add_valid_menu_class, (int));
|
||||
E boolean FDECL(allow_all, (struct obj *));
|
||||
E boolean FDECL(allow_category, (struct obj *));
|
||||
@@ -2127,6 +2130,7 @@ E void FDECL(store_savefileinfo, (int));
|
||||
|
||||
/* ### shk.c ### */
|
||||
|
||||
E void FDECL(setpaid, (struct monst *));
|
||||
E long FDECL(money2mon, (struct monst *, long));
|
||||
E void FDECL(money2u, (struct monst *, long));
|
||||
E void FDECL(shkgone, (struct monst *));
|
||||
@@ -2764,6 +2768,7 @@ E void FDECL(detect_wsegs, (struct monst *, BOOLEAN_P));
|
||||
E void FDECL(save_worm, (int, int));
|
||||
E void FDECL(rest_worm, (int));
|
||||
E void FDECL(place_wsegs, (struct monst *));
|
||||
E void FDECL(sanity_check_worm, (struct monst *));
|
||||
E void FDECL(remove_worm, (struct monst *));
|
||||
E void FDECL(place_worm_tail_randomly, (struct monst *, XCHAR_P, XCHAR_P));
|
||||
E int FDECL(size_wseg, (struct monst *));
|
||||
|
||||
Reference in New Issue
Block a user