arogue7: record completed games in a logfile.

This commit is contained in:
John "Elwin" Edwards 2015-05-12 09:55:05 -04:00
parent b6ab08176a
commit e4d23af7c5
3 changed files with 49 additions and 1 deletions

View file

@ -1150,6 +1150,7 @@ void genmonsters(),
add_constitution(), add_charisma(), res_intelligence(), res_strength(int),
res_wisdom(), res_dexterity(), res_constitution(), res_charisma();
void writelog(unsigned long amount, int flags, short monst);
#ifdef CHECKTIME
int checkout();