OSDN Git Service

Merge branch 'For2.2.2-Refactoring' into For3.0.0-Artifact-Monster-Addition
[hengband/hengband.git] / src / market / articles-on-sale.h
1 #pragma once
2
3 #include "store/store-owners.h"
4 #include "system/angband.h"
5
6 #define STORE_CHOICES   48 /* Number of items to choose stock from */
7
8 extern byte store_table[MAX_STORES][STORE_CHOICES][2];