OSDN Git Service

[Refactor] #41042 lainのパラメータを調整した / Adjusted the parameters of lain
[hengbandforosx/hengbandosx.git] / src / cmd-io / cmd-process-screen.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void do_cmd_save_screen_html_aux(char *filename, int message);
6 void do_cmd_save_screen(player_type *creature_ptr, void(*process_autopick_file_command)(char*));
7 void do_cmd_load_screen(void);