mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
added missing declarations to hyper.h
This commit is contained in:
parent
f5f218b7f9
commit
f60df73004
@ -336,7 +336,7 @@ hyperpoint get_horopoint(ld y, ld x) {
|
||||
return xpush(-y) * binary::parabolic(x) * C0;
|
||||
}
|
||||
|
||||
hyperpoint get_corner_position(cell *c, int cid, ld cf = 3) {
|
||||
hyperpoint get_corner_position(cell *c, int cid, ld cf) {
|
||||
if(gp::on) return gp::get_corner_position(c, cid, cf);
|
||||
if(irr::on) {
|
||||
auto& vs = irr::cells[irr::cellindex[c]];
|
||||
|
Loading…
Reference in New Issue
Block a user