OSDN Git Service

Merge branch 'feature/Fix-Class-Table' 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);