diff urogue/rogue.h @ 268:4ab49e42dd6a

UltraRogue: add logging. The log file's name is temporarily defined in main.c.
author John "Elwin" Edwards
date Sun, 26 Feb 2017 16:51:29 -0500
parents 08057be02f47
children 1db299e868b8
line wrap: on
line diff
--- a/urogue/rogue.h	Sun Feb 26 14:58:49 2017 -0500
+++ b/urogue/rogue.h	Sun Feb 26 16:51:29 2017 -0500
@@ -1380,6 +1380,7 @@
 /* main.c */
 
 extern FILE *fd_score;
+extern FILE *file_log;
 extern int   summoned;
 extern coord dta;
 extern int   main(int argc, char *argv[]);