comparison arogue7/rings.c @ 126:b786053d2f37

arogue7: add missing header includes.
author John "Elwin" Edwards
date Fri, 08 May 2015 16:45:41 -0400
parents adfa37e67084
children cadff8f047a1
comparison
equal deleted inserted replaced
125:adfa37e67084 126:b786053d2f37
9 * All rights reserved. 9 * All rights reserved.
10 * 10 *
11 * See the file LICENSE.TXT for full copyright and licensing information. 11 * See the file LICENSE.TXT for full copyright and licensing information.
12 */ 12 */
13 13
14 #include <stdlib.h>
14 #include "curses.h" 15 #include "curses.h"
15 #include "rogue.h" 16 #include "rogue.h"
16 17
17 /* 18 /*
18 * routines dealing specifically with rings 19 * routines dealing specifically with rings