1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-19 02:24:05 +00:00

rogueviz:: newconformist explorable explanation added

This commit is contained in:
Zeno Rogue
2019-07-12 23:25:17 +02:00
parent 54f1ad4163
commit 9f6d2a5d89
3 changed files with 775 additions and 0 deletions

View File

@@ -17,6 +17,14 @@
#define MAXMDIM 3
#define CAP_COMPLEX2 0
// we want newconformist, but we don't want CAP_GD there
#define CAP_NCONF 1
#define CAP_GD 0
#ifndef EMSCRIPTEN
#define EMSCRIPTEN
#endif
#ifndef CAP_ORIENTATION
#define CAP_ORIENTATION 1
#endif