diff arogue5/rogue.h @ 65:7aff18a8d508

arogue5: implement logging.
author elwin
date Fri, 10 Aug 2012 21:17:14 +0000
parents a98834ce7e04
children dfeed24bb616
line wrap: on
line diff
--- a/arogue5/rogue.h	Fri Aug 10 05:16:08 2012 +0000
+++ b/arogue5/rogue.h	Fri Aug 10 21:17:14 2012 +0000
@@ -965,6 +965,7 @@
 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