mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 05:16:00 +00:00
removed functions which were moved elsewhere
This commit is contained in:
@@ -30,9 +30,6 @@ namespace hr {
|
||||
|
||||
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;
|
||||
|
||||
int sq = 1;
|
||||
|
Reference in New Issue
Block a user