comparison arogue7/potions.c @ 126:b786053d2f37

arogue7: add missing header includes.
author John "Elwin" Edwards
date Fri, 08 May 2015 16:45:41 -0400
parents adfa37e67084
children 0d9ebab59a66
comparison
equal deleted inserted replaced
125:adfa37e67084 126:b786053d2f37
14 14
15 /* 15 /*
16 * Function(s) for dealing with potions 16 * Function(s) for dealing with potions
17 */ 17 */
18 18
19 #include <stdlib.h>
19 #include "curses.h" 20 #include "curses.h"
20 #include "rogue.h" 21 #include "rogue.h"
21 22
22 23
23 /* 24 /*