OSDN Git Service

[Refactor] #40514 player_type の resist_pois 変数を廃止. / Abolished the resist_pois variab...
[hengband/hengband.git] / src / core / disturbance.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void disturb(player_type *creature_ptr, bool stop_search, bool flush_output);