OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Throw-Redraw' into develop
[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);