mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-21 11:34:04 +00:00
added #define rotspace
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user