1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

whirl:: celldist and celldistAlt now work

This commit is contained in:
Zeno Rogue
2018-04-06 22:22:33 +02:00
parent 1da55d2175
commit 90d4f0d613
6 changed files with 48 additions and 1 deletions

View File

@@ -2981,6 +2981,8 @@ namespace whirl {
local_info get_local_info(cell *c);
const char *disp(loc at);
int compute_dist(cell *c, int master_function(cell*));
}
int get_sightrange();