MCPcopy Create free account
hub / github.com/NetHack/NetHack / show_region

Function show_region

src/region.c:731–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731void
732show_region(NhRegion *reg, coordxy x, coordxy y)
733{
734 show_glyph(x, y, reg->glyph);
735}
736
737/**
738 * save_regions :

Callers 1

newsymFunction · 0.85

Calls 1

show_glyphFunction · 0.85

Tested by

no test coverage detected