diff xrogue/rogue.h @ 138:dd137c35c3b1

xrogue: record the result of each game in a logfile.
author John "Elwin" Edwards
date Tue, 05 May 2015 11:24:02 -0400
parents 1fbdefa82533
children aac28331e71d
line wrap: on
line diff
--- a/xrogue/rogue.h	Sat May 02 07:31:14 2015 -0400
+++ b/xrogue/rogue.h	Tue May 05 11:24:02 2015 -0400
@@ -1259,6 +1259,8 @@
 
 void    teleport();
     
+void writelog(unsigned long amount, int flags, short monst);
+
 int undance(), land(), cloak_charge(), wghtchk();
 
 int add_intelligence(), add_strength(), add_wisdom(), add_dexterity(),