OSDN Git Service

[fix] #41503 超能力者でゲームを開始しようとするとクラッシュ
[hengband/hengband.git] / src / target / projection-path-calculator.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 int projection_path(player_type *player_ptr, u16b *gp, POSITION range, POSITION y1, POSITION x1, POSITION y2, POSITION x2, BIT_FLAGS flg);
6 bool projectable(player_type *player_ptr, POSITION y1, POSITION x1, POSITION y2, POSITION x2);
7 int get_max_range(player_type *creature_ptr);
8 POSITION get_grid_y(u16b grid);
9 POSITION get_grid_x(u16b grid);