1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 08:57:39 +00:00

added missing declarations to hyper.h

This commit is contained in:
Zeno Rogue
2018-08-17 16:53:57 +02:00
parent f5f218b7f9
commit f60df73004
2 changed files with 6 additions and 1 deletions

View File

@@ -3780,4 +3780,9 @@ namespace synt {
void create_adjacent(heptagon*, int);
int fix(heptagon *h, int spin);
}
hyperpoint get_warp_corner(cell *c, int cid);
hyperpoint get_corner_position(cell *c, int cid, ld cf = 3);
}