#include "racemud.h"
#include <string.h>
#include <errno.h>
Functions | |
void | print_shop_list (int client_num) |
void | print_shop_prompt (int client_num) |
void | pl_shop (int client_num, char *args) |
int | get_shop_item (int client_num, char *args) |
void | print_shop_details (int client_num, char *args) |
void | shop_buy_item (int client_num, char *args) |
void | handle_shop (int client_num, char *args) |
int get_shop_item | ( | int | client_num, | |
char * | args | |||
) |
void handle_shop | ( | int | client_num, | |
char * | args | |||
) |
void pl_shop | ( | int | client_num, | |
char * | args | |||
) |
void print_shop_details | ( | int | client_num, | |
char * | args | |||
) |
void print_shop_list | ( | int | client_num | ) |
void print_shop_prompt | ( | int | client_num | ) |
void shop_buy_item | ( | int | client_num, | |
char * | args | |||
) |