1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

build_shortest_path function

This commit is contained in:
Zeno Rogue
2018-12-04 22:35:00 +01:00
parent b8806c248e
commit 0d558cb0e1
3 changed files with 97 additions and 0 deletions

View File

@@ -4166,6 +4166,7 @@ namespace crystal {
string compass_help();
void may_place_compass(cell *c);
void centerrug(ld aspd);
vector<cell*> build_shortest_path(cell *c1, cell *c2);
}
hyperpoint get_warp_corner(cell *c, int cid);