comparison arogue7/rooms.c @ 126:b786053d2f37

arogue7: add missing header includes.
author John "Elwin" Edwards
date Fri, 08 May 2015 16:45:41 -0400
parents adfa37e67084
children f9ef86cf22b2
comparison
equal deleted inserted replaced
125:adfa37e67084 126:b786053d2f37
15 /* 15 /*
16 * Draw the nine rooms on the screen 16 * Draw the nine rooms on the screen
17 * 17 *
18 */ 18 */
19 19
20 #include <stdlib.h>
20 #include "curses.h" 21 #include "curses.h"
21 #include "rogue.h" 22 #include "rogue.h"
22 23
23 do_rooms() 24 do_rooms()
24 { 25 {