OSDN Git Service

[Refactor] #40514 player_type の kill_wall 変数を廃止. / Abolished kill_wall variable in...
[hengband/hengband.git] / src / action / tunnel-execution.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool exe_tunnel(player_type *creature_ptr, POSITION y, POSITION x);