OSDN Git Service

Merge branch 'master' of git://git.osdn.net/gitroot/hengband/hengband
[hengbandforosx/hengbandosx.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);