1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-27 07:46:03 +00:00

Added surfaces of constant negative curvature (surface.cpp)

This commit is contained in:
Zeno Rogue
2018-03-24 17:21:25 +01:00
parent 2ea4b1df04
commit 864cc38974
5 changed files with 861 additions and 2 deletions

View File

@@ -125,6 +125,10 @@
#define CAP_RUG (!ISMINI && CAP_GL)
#endif
#ifndef CAP_SURFACE
#define CAP_SURFACE CAP_RUG
#endif
#ifndef CAP_EDIT
#define CAP_EDIT (CAP_FILES && !ISWEB && !ISMINI)
#endif