comparison srogue/init.c @ 60:3aa87373c908

srogue: include missing headers.
author elwin
date Fri, 27 Jan 2012 17:29:30 +0000
parents 2128c7dc8a40
children 94a0d9dd5ce1
comparison
equal deleted inserted replaced
59:bb9f7d01e09c 60:3aa87373c908
13 * 13 *
14 * See the file LICENSE.TXT for full copyright and licensing information. 14 * See the file LICENSE.TXT for full copyright and licensing information.
15 */ 15 */
16 16
17 #include <ctype.h> 17 #include <ctype.h>
18 #include <string.h>
18 #include "rogue.h" 19 #include "rogue.h"
19 #include "rogue.ext" 20 #include "rogue.ext"
20 21
21 char *rainbow[NCOLORS] = { 22 char *rainbow[NCOLORS] = {
22 "Red", "Blue", "Green", "Yellow", 23 "Red", "Blue", "Green", "Yellow",