mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 17:37:39 +00:00
removed from xpush0 and xspinpush0
This commit is contained in:
4
hyper.h
4
hyper.h
@@ -3200,10 +3200,10 @@ extern eLand safetyland;
|
|||||||
extern int sagephase;
|
extern int sagephase;
|
||||||
extern int lastsize;
|
extern int lastsize;
|
||||||
extern int noiseuntil;
|
extern int noiseuntil;
|
||||||
inline hyperpoint xpush0(ld x);
|
hyperpoint xpush0(ld x);
|
||||||
extern eGeometry targetgeometry;
|
extern eGeometry targetgeometry;
|
||||||
transmatrix xspinpush(ld alpha, ld x);
|
transmatrix xspinpush(ld alpha, ld x);
|
||||||
inline hyperpoint xspinpush0(ld alpha, ld x);
|
hyperpoint xspinpush0(ld alpha, ld x);
|
||||||
|
|
||||||
#define DF_INIT 0 // always display these
|
#define DF_INIT 0 // always display these
|
||||||
#define DF_MSG 0 // always display these
|
#define DF_MSG 0 // always display these
|
||||||
|
Reference in New Issue
Block a user