luck artifact dependencies
Instead of adding a new artifact.h to pray.c, remove the existing ones from attrib.c, invent.c, and mkobj.c. This also updates the Unix and VMS editions of Makefile.src; having stale dependencies in those for other ports could cause unnecessary recompilation but can't break anything in this case.
This commit is contained in:
@@ -62,6 +62,7 @@ E boolean FDECL(exist_artifact, (int,const char *));
|
||||
E void FDECL(artifact_exists, (struct obj *,const char *,BOOLEAN_P));
|
||||
E int NDECL(nartifact_exist);
|
||||
E boolean FDECL(spec_ability, (struct obj *,unsigned long));
|
||||
E boolean FDECL(confers_luck, (struct obj *));
|
||||
E boolean FDECL(restrict_name, (struct obj *,const char *));
|
||||
E boolean FDECL(defends, (int,struct obj *));
|
||||
E boolean FDECL(protects, (int,struct obj *));
|
||||
|
||||
Reference in New Issue
Block a user