Mercurial > hg > early-roguelike
diff srogue/rip.c @ 60:3aa87373c908
srogue: include missing headers.
| author | elwin | 
|---|---|
| date | Fri, 27 Jan 2012 17:29:30 +0000 | 
| parents | bb9f7d01e09c | 
| children | 15f8229f38c1 | 
line wrap: on
 line diff
--- a/srogue/rip.c Tue Jan 24 18:30:17 2012 +0000 +++ b/srogue/rip.c Fri Jan 27 17:29:30 2012 +0000 @@ -16,6 +16,7 @@ #include <signal.h> #include <ctype.h> +#include <string.h> #include <sys/types.h> #include <pwd.h> #include <fcntl.h> @@ -51,6 +52,7 @@ #define RIP_LINES (sizeof rip / (sizeof (char *))) char *killname(); +void writelog(int amount, int aflag, char monst); /* * death:
