1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 22:36:02 +00:00

rogueviz:: anygraph removed since it is in dhrg now

This commit is contained in:
Zeno Rogue
2022-07-12 11:16:42 +02:00
parent 9a916f1ef3
commit 81248f0558
2 changed files with 0 additions and 101 deletions

View File

@@ -127,15 +127,6 @@ namespace rogueviz {
on_cleanup_or_next(del);
}
namespace anygraph {
extern double R, alpha, T;
extern vector<pair<double, double> > coords;
void fixedges();
void read(string fn, bool subdiv = true, bool doRebase = true, bool doStore = true);
extern int N;
}
extern bool showlabels;
extern bool rog3;