OSDN Git Service

Merge branch 'develop' into macos-develop
[hengbandforosx/hengbandosx.git] / src / cmd-io / cmd-process-screen.h
1 #pragma once
2
3 #include <filesystem>
4
5 class PlayerType;
6 void exe_cmd_save_screen_html(const std::filesystem::path &path, bool need_message);
7 void do_cmd_save_screen(PlayerType *player_ptr);
8 void do_cmd_load_screen(void);