mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
added #define rotspace
This commit is contained in:
parent
3a8a3cf035
commit
5de9c4cc16
1
hyper.h
1
hyper.h
@ -142,6 +142,7 @@ void addMessage(string s, char spamtype = 0);
|
|||||||
#define sl2 (cgclass == gcSL2)
|
#define sl2 (cgclass == gcSL2)
|
||||||
#define prod (cgclass == gcProduct)
|
#define prod (cgclass == gcProduct)
|
||||||
#define hybri (cgflags & qHYBRID)
|
#define hybri (cgflags & qHYBRID)
|
||||||
|
#define rotspace (geometry == gRotSpace)
|
||||||
#define hyperbolic (cgclass == gcHyperbolic)
|
#define hyperbolic (cgclass == gcHyperbolic)
|
||||||
#define nonisotropic (among(cgclass, gcSolNIH, gcNil, gcSL2))
|
#define nonisotropic (among(cgclass, gcSolNIH, gcNil, gcSL2))
|
||||||
#define translatable (euclid || nonisotropic)
|
#define translatable (euclid || nonisotropic)
|
||||||
|
Loading…
Reference in New Issue
Block a user