#ifndef l_eat_h
#define l_eat_h

static void create();

mixed can_eat_obj(string verb);

mixed do_eat_obj(object ob);

void eventEat(object who, object what);

#endif /* l_eat_h */
