OSDN Git Service

Merge branch 'develop' into macos-develop
[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 class PlayerType;
7 void extract_option_vars(void);
8 void do_cmd_options_aux(PlayerType *player_ptr, game_option_types page, concptr info);
9 void do_cmd_options(PlayerType *player_ptr);