diff arogue7/rogue.h @ 130:1a64fd0bfea6

arogue7: record completed games in a logfile.
author John "Elwin" Edwards
date Tue, 12 May 2015 09:55:05 -0400
parents c697782a9b37
children aac28331e71d
line wrap: on
line diff
--- a/arogue7/rogue.h	Mon May 11 19:41:46 2015 -0400
+++ b/arogue7/rogue.h	Tue May 12 09:55:05 2015 -0400
@@ -1150,6 +1150,7 @@
 	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();