OSDN Git Service

Merge pull request #716 from sikabane-works/release/3.0.0Alpha16
[hengbandforosx/hengbandosx.git] / src / store / pricing.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 PRICE price_item(player_type *player_ptr, object_type *o_ptr, int greed, bool flip);
6 bool noneedtobargain(PRICE minprice);