OSDN Git Service

Merge pull request #3780 from Hourier/Change-World-As-Class
[hengbandforosx/hengbandosx.git] / src / core / show-file.h
1 #pragma once
2
3 #include <stdint.h>
4 #include <string_view>
5
6 class PlayerType;
7 bool show_file(PlayerType *player_ptr, bool show_version, std::string_view name_with_tag, int initial_line, uint32_t mode, std::string_view what = "");
8 void str_tolower(char *str);