UltraRogue: add logging.

The log file's name is temporarily defined in main.c.
This commit is contained in:
John "Elwin" Edwards 2017-02-26 16:51:29 -05:00
parent 92d1275f42
commit 8eebfc0c85
3 changed files with 37 additions and 0 deletions

View file

@ -1380,6 +1380,7 @@ extern char *ws_made[]; /* What sticks are made of */
/* main.c */
extern FILE *fd_score;
extern FILE *file_log;
extern int summoned;
extern coord dta;
extern int main(int argc, char *argv[]);