mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-21 02:03:16 +00:00
removed functions which were moved elsewhere
This commit is contained in:
parent
02e8dec195
commit
146c075210
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user