2020-09-06 05:43:07 -07:00

10 lines
174 B
C

#ifndef l_bump_h
#define l_bump_h
static void create();
mixed can_bump_liv();
mixed do_bump_liv(object ob);
void MoveBack(object ob, string where);
#endif /* l_bump_h */