OSDN Git Service

Better handle if the font recorded in the preferences is not available. Likely resol...
[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);