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

10 lines
172 B
C

#ifndef l_buy_h
#define l_buy_h
static void create();
mixed can_buy_str_from_liv(string str);
mixed do_buy_str_from_liv(string str, object vendor);
#endif /* l_buy_h */