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

13 lines
222 B
C

#ifndef l_wear_h
#define l_wear_h
static void create();
mixed can_wear_obj();
mixed can_wear_obj_on_str(string str);
mixed do_wear_obj(object ob);
mixed do_wear_obj_on_str(object ob, string str);
#endif /* l_wear_h */