OSDN Git Service

[Refactor] #40477 cmd-gameoption.c にplayer_type* 引数を追加した / Added player_type* argumen...
[hengband/hengband.git] / src / store / 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);