mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +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 prod (cgclass == gcProduct)
|
||||
#define hybri (cgflags & qHYBRID)
|
||||
#define rotspace (geometry == gRotSpace)
|
||||
#define hyperbolic (cgclass == gcHyperbolic)
|
||||
#define nonisotropic (among(cgclass, gcSolNIH, gcNil, gcSL2))
|
||||
#define translatable (euclid || nonisotropic)
|
||||
|
Loading…
Reference in New Issue
Block a user