mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 00:47:40 +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 lastsize;
|
||||
extern int noiseuntil;
|
||||
inline hyperpoint xpush0(ld x);
|
||||
hyperpoint xpush0(ld x);
|
||||
extern eGeometry targetgeometry;
|
||||
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_MSG 0 // always display these
|
||||
|
Reference in New Issue
Block a user