1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-13 10:50:35 +00:00

embeddings:: fixed the ordering

This commit is contained in:
Zeno Rogue 2023-01-29 14:10:41 +01:00
parent 9ca8f20dc3
commit 43b3a13dc4

View File

@ -11,7 +11,9 @@ EX namespace geom3 {
seMuchLowerCurvature,
seProduct,
seNil,
seSol, seNIH, seSolN,
seSol,
seNIH,
seSolN,
seCliffordTorus,
seProductH,
seProductS,
@ -19,8 +21,8 @@ EX namespace geom3 {
seCylinderE,
seCylinderH,
seCylinderHE,
seCylinderHoro,
seCylinderNil,
seCylinderHoro,
seCylinderSL2
};
#endif