OSDN Git Service

cb72e17f51822b6954c9f950910a6c63fa8da700
[hengband/hengband.git] / src / market / say-comments.h
1 #pragma once
2
3 extern int cur_store_num;
4
5 void say_comment_1(player_type *player_ptr);
6 void say_comment_2(PRICE value, int annoyed);
7 void say_comment_3(PRICE value, int annoyed);
8 void say_comment_4(void);
9 void say_comment_5(void);
10 void say_comment_6(void);
11 void purchase_analyze(player_type *player_ptr, PRICE price, PRICE value, PRICE guess);