OSDN Git Service

[Refactor] #3406 get_value() をinput_value_int() に変えた
[hengbandforosx/hengbandosx.git] / src / core / disturbance.h
1 #pragma once
2
3 class PlayerType;
4 void disturb(PlayerType *player_ptr, bool stop_search, bool flush_output);