mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
removed functions which were moved elsewhere
This commit is contained in:
@@ -30,9 +30,6 @@ namespace hr {
|
|||||||
|
|
||||||
namespace ads {
|
namespace ads {
|
||||||
|
|
||||||
shiftpoint kz(shiftpoint x) { x.h = hr::kz(x.h); x.shift = hr::kz(x.shift); return x; }
|
|
||||||
shiftmatrix kz(shiftmatrix x) { x.T = hr::kz(x.T); x.shift = hr::kz(x.shift); return x; }
|
|
||||||
|
|
||||||
vector<hyperpoint> hs;
|
vector<hyperpoint> hs;
|
||||||
|
|
||||||
int sq = 1;
|
int sq = 1;
|
||||||
|
Reference in New Issue
Block a user