OSDN Git Service

Merge pull request #1186 from dis-/feature/Fix-calc_num_fire
[hengbandforosx/hengbandosx.git] / src / core / show-file.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct player_type player_type;
6 bool show_file(player_type *player_ptr, bool show_version, concptr name, concptr what, int line, BIT_FLAGS mode);
7 void str_tolower(char *str);