OSDN Git Service

Wasn't considering the full GLYPH_COUNT glyphs in updateGlyphInfo() (regression intro...
[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);