/*
 * $Id: camp.h,v 1.9 2003/10/14 23:44:39 dougday Exp $
 */

#ifndef CAMP_H
#define CAMP_H

#define CAMP_HEAL_INTERVAL  100   /* Number of moves before camping will heal the party */

void campBegin(void);
void innBegin(void);

#endif
