#ifndef l_bury_h
#define l_bury_h

static void create();
mixed can_bury_str_with_obj(string verb);

mixed do_bury_str_with_obj(string str, object ob);

void eventBury(object who, object tool, string what);

#endif /* l_bury_h */
