Mercurial > hg > early-roguelike
comparison srogue/things.c @ 60:3aa87373c908
srogue: include missing headers.
author | elwin |
---|---|
date | Fri, 27 Jan 2012 17:29:30 +0000 |
parents | 984f7d5afb6f |
children | 94a0d9dd5ce1 |
comparison
equal
deleted
inserted
replaced
59:bb9f7d01e09c | 60:3aa87373c908 |
---|---|
14 * | 14 * |
15 * See the file LICENSE.TXT for full copyright and licensing information. | 15 * See the file LICENSE.TXT for full copyright and licensing information. |
16 */ | 16 */ |
17 | 17 |
18 #include <ctype.h> | 18 #include <ctype.h> |
19 #include <string.h> | |
19 #include "rogue.h" | 20 #include "rogue.h" |
20 #include "rogue.ext" | 21 #include "rogue.ext" |
21 | 22 |
22 | 23 |
23 /* | 24 /* |