UltraRogue: begin autoconfiscation.

Build options can now be set with configure.
This commit is contained in:
John "Elwin" Edwards 2017-09-04 21:08:09 -04:00
parent 6c46840eab
commit e3c596c443
6 changed files with 315 additions and 12 deletions

View file

@ -26,9 +26,9 @@
#include <errno.h>
#include "rogue.h"
#define SAVEDIR "."
#define SCOREFILE "/var/local/games/roguelike/urogue.scr"
#define LOGFILE "/var/local/games/roguelike/urogue.log"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
FILE *fd_score = NULL;
FILE *file_log = NULL;