OSDN Git Service

Merge pull request #1186 from dis-/feature/Fix-calc_num_fire
[hengbandforosx/hengbandosx.git] / src / core / disturbance.h
1 #pragma once
2
3 typedef struct player_type player_type;
4 void disturb(player_type *creature_ptr, bool stop_search, bool flush_output);