comparison arogue7/mach_dep.h @ 204:4b1999ac91cf

Permit not defining score and log files.
author John "Elwin" Edwards
date Thu, 13 Aug 2015 07:47:01 -0400
parents 44a0fce4b168
children
comparison
equal deleted inserted replaced
203:aa8e1fc62926 204:4b1999ac91cf
42 42
43 43
44 /* 44 /*
45 * where scorefile should live 45 * where scorefile should live
46 */ 46 */
47 #ifndef HAVE_CONFIG_H 47 /* File locations can be defined here, if necessary. */
48 #if 0
48 #define SCOREFILE "arogue7.scr" 49 #define SCOREFILE "arogue7.scr"
49 #define LOGFILE "arogue7.log" 50 #define LOGFILE "arogue7.log"
50 #endif 51 #endif
51 52
52 53