13 lines
181 B
C
13 lines
181 B
C
#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 */
|