1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 22:25:12 +00:00

3d:: horotris: correct distances

This commit is contained in:
Zeno Rogue
2019-03-10 14:35:30 +01:00
parent 8028392b70
commit 2a7e1f2603
3 changed files with 53 additions and 4 deletions

View File

@@ -3686,6 +3686,7 @@ namespace gp {
loc operator-(loc e1, loc e2);
loc operator*(loc e1, loc e2);
extern loc eudir(int dir);
int length(loc p);
#if CAP_GP
void compute_geometry();