comparison arogue5/misc.c @ 67:c49f7927b0fa

arogue5: add missing header files.
author elwin
date Sat, 11 Aug 2012 17:19:03 +0000
parents 0ed67132cf10
children ad2cb9a07aaa
comparison
equal deleted inserted replaced
66:c56f672244f4 67:c49f7927b0fa
7 * 7 *
8 * See the file LICENSE.TXT for full copyright and licensing information. 8 * See the file LICENSE.TXT for full copyright and licensing information.
9 */ 9 */
10 10
11 #include "curses.h" 11 #include "curses.h"
12 #include <stdlib.h>
12 #include <ctype.h> 13 #include <ctype.h>
14 #include <string.h>
13 #include "rogue.h" 15 #include "rogue.h"
14 16
15 /* 17 /*
16 * See if a monster has some magic it can use. Use it and return TRUE if so. 18 * See if a monster has some magic it can use. Use it and return TRUE if so.
17 */ 19 */