#ifndef l_show_h
#define l_show_h

static void create();

mixed can_show_liv_obj();
mixed can_show_obj_to_liv();

mixed do_show_liv_obj(object target, object what);
mixed do_show_obj_to_liv(object what, object target);

#endif /* l_show_h */
