1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-18 04:02:07 +00:00

rogueviz::dhrg:: export some things

This commit is contained in:
Zeno Rogue
2026-01-27 11:29:18 +01:00
parent 0b073bc907
commit 9268143240
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -37,5 +37,9 @@ extern int iterations;
void clear();
void graph_from_rv();
ld loglikopt();
int quickdist(mycell *c1, mycell *c2, int setid=0);
extern ll tally[MAXDIST];
}
#endif
+1 -1
View File
@@ -243,7 +243,7 @@ int segmentdist(segment *p1, segment *p2, int d) {
}
}
int quickdist(mycell *c1, mycell *c2, int setid=0) {
int quickdist(mycell *c1, mycell *c2, int setid) {
int d = 0;
c1->build();
c2->build();