// Hyperbolic Rogue // Copyright (C) 2011-2016 Zeno Rogue, see 'hyper.cpp' for details // a CLI option to label tiles #include "rogueviz.h" namespace rogueviz { namespace fullnet { void drawExtra() { for(map::iterator it = gmatrix.begin(); it != gmatrix.end(); it++) { cell *c = it->first; c->wall = waChasm; } int index = 0; for(map::iterator it = gmatrix.begin(); it != gmatrix.end(); it++) { cell *c = it->first; bool draw = true; for(int i=0; isecond, dftcolor, false, NULL, index++); // queuepolyat(it->second, shDisk, dftcolor., PPR::LINE); } for(int i=0; i