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

11 lines
165 B
C

#ifndef l_use_h
#define l_use_h
static void create();
mixed can_use_obj_to_str(string str);
mixed do_use_obj_to_str(object ob, string str);
#endif /* l_use_h */