OSDN Git Service

[Fix] #37353 コミットし忘れ修正。 / Fix forgetting commit.
[hengband/hengband.git] / src / floor-generate.h
1 #pragma once
2 extern bool build_tunnel(POSITION row1, POSITION col1, POSITION row2, POSITION col2);
3 extern bool build_tunnel2(POSITION x1, POSITION y1, POSITION x2, POSITION y2, int type, int cutoff);