OSDN Git Service

[Refactor] #41042 lainのパラメータを調整した / Adjusted the parameters of lain
[hengbandforosx/hengbandosx.git] / src / cmd-io / cmd-gameoption.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "system/game-option-types.h"
5
6 void extract_option_vars(void);
7 void do_cmd_options_aux(player_type *player_ptr, game_option_types page, concptr info);
8 void do_cmd_options(player_type *player_ptr);