OSDN Git Service

Revert "Revert "Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband""
[hengband/hengband.git] / src / store / owner-insults.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 int increase_insults(void);
6 void decrease_insults(void);
7 int haggle_insults(void);
8 void updatebargain(PRICE price, PRICE minprice, int num);
9 bool receive_offer(concptr pmt, s32b *poffer, s32b last_offer, int factor, PRICE price, int final);