comparison arogue5/mach_dep.h @ 65:7aff18a8d508

arogue5: implement logging.
author elwin
date Fri, 10 Aug 2012 21:17:14 +0000
parents a98834ce7e04
children d8e5c5dd9b55
comparison
equal deleted inserted replaced
64:a98834ce7e04 65:7aff18a8d508
24 24
25 /* 25 /*
26 * where scorefile should live 26 * where scorefile should live
27 */ 27 */
28 #define SCOREFILE "/var/local/games/roguelike/arogue5.scr" 28 #define SCOREFILE "/var/local/games/roguelike/arogue5.scr"
29 #define LOGFILE "/var/local/games/roguelike/arogue5.log"
29 #define SAVEDIR "/var/local/games/roguelike/arogue5save/" 30 #define SAVEDIR "/var/local/games/roguelike/arogue5save/"
30 31
31 /* 32 /*
32 * Variables for checking to make sure the system isn't too loaded 33 * Variables for checking to make sure the system isn't too loaded
33 * for people to play 34 * for people to play