OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / floor / line-of-sight.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 bool los(PlayerType *player_ptr, POSITION y1, POSITION x1, POSITION y2, POSITION x2);