arogue5: implement logging.

This commit is contained in:
John "Elwin" Edwards 2012-08-10 21:17:14 +00:00
parent 38a8534eb5
commit 4c16144c6b
4 changed files with 54 additions and 1 deletions

View file

@ -965,6 +965,7 @@ bool blue_light(), can_blink(), creat_mons(), add_pack(),
long check_level();
void byebye(int sig), genmonsters();
int land(), undance();
void writelog(unsigned long amount, int flags, short monst);
#ifdef CHECKTIME
int checkout();
#endif