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

11 lines
160 B
C

#ifndef l_unwield_h
#define l_unwield_h
static void create();
mixed can_unwield_obj(string verb);
mixed do_unwield_obj(object ob);
#endif /* l_unwield_h */