OSDN Git Service

[Refactor] #40514 player-status-flags.c/h 内の is_*() 関数を has_*() に改名. / Renamed is_...
[hengband/hengband.git] / src / core / show-file.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool show_file(player_type *player_ptr, bool show_version, concptr name, concptr what, int line, BIT_FLAGS mode);
6 void str_tolower(char *str);