comparison srogue/rip.c @ 101:15f8229f38c1

srogue: begin porting to autoconf. Super-Rogue can now be built with './configure && make', though 'make install' does not work yet, and there may be problems with portability.
author John "Elwin" Edwards
date Sun, 01 Sep 2013 20:50:52 -0700
parents 3aa87373c908
children ee250e3646fd
comparison
equal deleted inserted replaced
100:1e88eb1942a5 101:15f8229f38c1
20 #include <sys/types.h> 20 #include <sys/types.h>
21 #include <pwd.h> 21 #include <pwd.h>
22 #include <fcntl.h> 22 #include <fcntl.h>
23 #include "rogue.h" 23 #include "rogue.h"
24 #include "rogue.ext" 24 #include "rogue.ext"
25
26 #define LOGFILE "/var/local/games/roguelike/srogue.log"
27 25
28 static char scoreline[100]; 26 static char scoreline[100];
29 27
30 static char *rip[] = { 28 static char *rip[] = {
31 " ____________________", 29 " ____________________",