Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -428,6 +428,8 @@ E const char *NDECL(roguename);
|
||||
E struct obj *FDECL(realloc_obj,
|
||||
(struct obj *, int, genericptr_t, int, const char *));
|
||||
E char *FDECL(coyotename, (struct monst *, char *));
|
||||
E char *FDECL(rndorcname, (char *));
|
||||
E struct monst *FDECL(christen_orc, (struct monst *, char *));
|
||||
E const char *FDECL(noveltitle, (int *));
|
||||
E const char *FDECL(lookup_novel, (const char *, int *));
|
||||
|
||||
@@ -519,6 +521,7 @@ E void FDECL(container_impact_dmg, (struct obj *, XCHAR_P, XCHAR_P));
|
||||
E int NDECL(dokick);
|
||||
E boolean FDECL(ship_object, (struct obj *, XCHAR_P, XCHAR_P, BOOLEAN_P));
|
||||
E void FDECL(obj_delivery, (BOOLEAN_P));
|
||||
E void FDECL(deliver_obj_to_mon, (struct monst *mtmp, unsigned long));
|
||||
E schar FDECL(down_gate, (XCHAR_P, XCHAR_P));
|
||||
E void FDECL(impact_drop, (struct obj *, XCHAR_P, XCHAR_P, XCHAR_P));
|
||||
|
||||
@@ -1286,6 +1289,7 @@ E void FDECL(new_omailcmd, (struct obj *, const char *));
|
||||
E void FDECL(free_omailcmd, (struct obj *));
|
||||
E struct obj *FDECL(mkobj_at, (CHAR_P, int, int, BOOLEAN_P));
|
||||
E struct obj *FDECL(mksobj_at, (int, int, int, BOOLEAN_P, BOOLEAN_P));
|
||||
E struct obj *FDECL(mksobj_migr_to_species, (int, unsigned, BOOLEAN_P, BOOLEAN_P));
|
||||
E struct obj *FDECL(mkobj, (CHAR_P, BOOLEAN_P));
|
||||
E int NDECL(rndmonnum);
|
||||
E boolean FDECL(bogon_is_pname, (CHAR_P));
|
||||
@@ -1756,7 +1760,7 @@ E char *FDECL(self_lookat, (char *));
|
||||
E void FDECL(mhidden_description, (struct monst *, BOOLEAN_P, char *));
|
||||
E boolean FDECL(object_from_map, (int,int,int,struct obj **));
|
||||
E int FDECL(do_screen_description, (coord, BOOLEAN_P, int, char *,
|
||||
const char **));
|
||||
const char **, struct permonst **));
|
||||
E int FDECL(do_look, (int, coord *));
|
||||
E int NDECL(dowhatis);
|
||||
E int NDECL(doquickwhatis);
|
||||
|
||||
Reference in New Issue
Block a user