Mercurial > hg > early-roguelike
comparison arogue5/command.c @ 99:dfeed24bb616
arogue5: port to autoconf.
'configure' and 'make install' now work. There may be problems with
hard-to-test features like MAXLOAD.
author | John "Elwin" Edwards |
---|---|
date | Sat, 31 Aug 2013 09:18:07 -0700 |
parents | ad2cb9a07aaa |
children | a0a57cf42810 |
comparison
equal
deleted
inserted
replaced
98:ea71ef31d9be | 99:dfeed24bb616 |
---|---|
16 #include <stdlib.h> | 16 #include <stdlib.h> |
17 #include <string.h> | 17 #include <string.h> |
18 #include <limits.h> | 18 #include <limits.h> |
19 #include <ctype.h> | 19 #include <ctype.h> |
20 #include <signal.h> | 20 #include <signal.h> |
21 #include "rogue.h" | |
21 #include "mach_dep.h" | 22 #include "mach_dep.h" |
22 #include "rogue.h" | |
23 | 23 |
24 /* | 24 /* |
25 * command: | 25 * command: |
26 * Process the user commands | 26 * Process the user commands |
27 */ | 27 */ |