#include <libintl.h>
#include <locale.h>
#include "shop.h"
#include "gc.h"
#include "generalfunc.h"
#include "armor.h"
#include "io.h"
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
Functions | |
void | init_shops () |
void | clean_shops () |
void | shopping (int columns, int rows, struct player *pl, struct npc n) |
void clean_shops | ( | ) |
void init_shops | ( | ) |