mud/lib/verbs/items/include/show.h
2020-09-06 05:43:07 -07:00

13 lines
242 B
C

#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 */