X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=rogue.h;fp=rogue.h;h=b433321f791ca88af43f84abd23c9987a07c0b37;hp=674be7317a8c560dad2fcb2e7d89253e5c79b3ae;hb=e72b287ac5cdb287c541bdc052d13823afe4930d;hpb=b65543a78471f80b4836a78b1c776a5c6c71974e diff --git a/rogue.h b/rogue.h index 674be73..b433321 100644 --- a/rogue.h +++ b/rogue.h @@ -73,6 +73,7 @@ #define ISMULT(type) (type == POTION || type == SCROLL || type == FOOD) #define rndchoice(a) (a[rnd(sizeof(a)/sizeof((a)[0]))]) #define hash(i) ((unsigned)(i)*2654435761u) + /* * Things that appear on the screens */ @@ -516,6 +517,7 @@ char *ctime(), *num(), *ring_num(); int readchar(WINDOW *win); int md_readchar(WINDOW *win); int wait_for(WINDOW *win, register char ch); +char *killname(register char monst); struct room *roomin();