Mercurial > hg > early-roguelike
comparison arogue5/rip.c @ 67:c49f7927b0fa
arogue5: add missing header files.
author | elwin |
---|---|
date | Sat, 11 Aug 2012 17:19:03 +0000 |
parents | 7aff18a8d508 |
children | 88dc6813e36a |
comparison
equal
deleted
inserted
replaced
66:c56f672244f4 | 67:c49f7927b0fa |
---|---|
19 #define ADDSCORE 3 /* Add a new score */ | 19 #define ADDSCORE 3 /* Add a new score */ |
20 | 20 |
21 #include <fcntl.h> | 21 #include <fcntl.h> |
22 #include <stdio.h> | 22 #include <stdio.h> |
23 #include <stdlib.h> | 23 #include <stdlib.h> |
24 #include <string.h> | |
24 #include "curses.h" | 25 #include "curses.h" |
25 #include <time.h> | 26 #include <time.h> |
26 #include <signal.h> | 27 #include <signal.h> |
27 #include <ctype.h> | 28 #include <ctype.h> |
28 #include <sys/types.h> | 29 #include <sys/types.h> |