comparison arogue5/wear.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
12 * See the file LICENSE.TXT for full copyright and licensing information. 12 * See the file LICENSE.TXT for full copyright and licensing information.
13 */ 13 */
14 14
15 #include "curses.h" 15 #include "curses.h"
16 #include "rogue.h" 16 #include "rogue.h"
17 #include <string.h>
18 #include <stdlib.h>
17 19
18 20
19 /* 21 /*
20 * take_off: 22 * take_off:
21 * Get the armor off of the players back 23 * Get the armor off of the players back