comparison arogue5/things.c @ 67:c49f7927b0fa

arogue5: add missing header files.
author elwin
date Sat, 11 Aug 2012 17:19:03 +0000
parents 0ed67132cf10
children c4f2e1bda8b0
comparison
equal deleted inserted replaced
66:c56f672244f4 67:c49f7927b0fa
13 * See the file LICENSE.TXT for full copyright and licensing information. 13 * See the file LICENSE.TXT for full copyright and licensing information.
14 */ 14 */
15 15
16 #include "curses.h" 16 #include "curses.h"
17 #include <ctype.h> 17 #include <ctype.h>
18 #include <string.h>
18 #include "rogue.h" 19 #include "rogue.h"
19 20
20 /* 21 /*
21 * print out the number of charges on a stick 22 * print out the number of charges on a stick
22 */ 23 */