arogue5: implement logging.

This commit is contained in:
John "Elwin" Edwards 2012-08-10 21:17:14 +00:00
parent 38a8534eb5
commit 4c16144c6b
4 changed files with 54 additions and 1 deletions

View file

@ -26,6 +26,7 @@
* where scorefile should live
*/
#define SCOREFILE "/var/local/games/roguelike/arogue5.scr"
#define LOGFILE "/var/local/games/roguelike/arogue5.log"
#define SAVEDIR "/var/local/games/roguelike/arogue5save/"
/*