mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	print for horo_distance
This commit is contained in:
		| @@ -211,6 +211,7 @@ struct horo_distance { | |||||||
|   horo_distance(hyperpoint h) { become(h); } |   horo_distance(hyperpoint h) { become(h); } | ||||||
|   horo_distance(hyperpoint h1, const transmatrix& T); |   horo_distance(hyperpoint h1, const transmatrix& T); | ||||||
|   bool operator < (const horo_distance z) const; |   bool operator < (const horo_distance z) const; | ||||||
|  |   friend void print(hstream& hs, horo_distance x) { print(hs, "[", x.a, ":", x.b, "]"); } | ||||||
|   }; |   }; | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue