OSDN Git Service

[cleanup] clang-formatによる整形
[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);