1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 18:07:41 +00:00

lower halfplane model added

This commit is contained in:
Zeno Rogue
2018-03-25 15:27:42 +02:00
parent a10491f3d6
commit 9af2566e5f
5 changed files with 17 additions and 16 deletions

View File

@@ -899,6 +899,7 @@ namespace conformal {
extern bool includeHistory;
extern ld rotation;
extern int do_rotate;
extern bool lower_halfplane;
extern bool autoband;
extern bool autobandhistory;
extern bool dospiral;