OSDN Git Service

Merge pull request #1054 from shimitei/feature/#1022_extend_autopick_max_line
[hengbandforosx/hengbandosx.git] / src / store / say-comments.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct player_type player_type;
6 void store_owner_says_comment(player_type *player_ptr);
7 void purchase_analyze(player_type *player_ptr, PRICE price, PRICE value, PRICE guess);