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:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user