OSDN Git Service

Since its used as an adverb, replace "much slower" with "much more slowly" in the...
[hengband/hengband.git] / src / store / service-checker.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct object_type object_type;
6 bool store_will_buy(player_type *player_ptr, object_type *o_ptr);
7 void mass_produce(player_type *player_ptr, object_type *o_ptr);