mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
renamed solnihv:: to sn:: and solnih to sn::in()
This commit is contained in:
3
hyper.h
3
hyper.h
@@ -129,7 +129,6 @@ void addMessage(string s, char spamtype = 0);
|
||||
#define cgclass (cginf.cclass)
|
||||
#define euclid (cgclass == gcEuclid)
|
||||
#define sphere (cgclass == gcSphere)
|
||||
#define solnih (cgclass == gcSolNIH)
|
||||
#define sol (cgflags & qSOL)
|
||||
#define nih (cgflags & qNIH)
|
||||
#define nil (cgclass == gcNil)
|
||||
@@ -137,7 +136,7 @@ void addMessage(string s, char spamtype = 0);
|
||||
#define prod (cgclass == gcProduct)
|
||||
#define hybri (cgflags & qHYBRID)
|
||||
#define hyperbolic (cgclass == gcHyperbolic)
|
||||
#define nonisotropic (sol || nil || sl2 || nih)
|
||||
#define nonisotropic (among(cgclass, gcSolNIH, gcNil, gcSL2))
|
||||
#define translatable (euclid || nonisotropic)
|
||||
#define nonorientable (cgflags & qNONORIENTABLE)
|
||||
#define elliptic (cgflags & qELLIPTIC)
|
||||
|
Reference in New Issue
Block a user