10 lines
172 B
C
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 */
|