OSDN Git Service

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