1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

loading/saving irregular maps to config and log (and recreate automatically)H

This commit is contained in:
Zeno Rogue
2018-07-17 14:28:49 +02:00
parent 9fc4e5524f
commit 566c466b66
6 changed files with 95 additions and 53 deletions

View File

@@ -2551,7 +2551,13 @@ struct hrmap_hyperbolic : hrmap {
namespace irr {
extern bool on;
extern ld density;
extern ld quality;
extern int cellcount;
extern ld scale;
extern int place_attempts;
extern int rearrange_max_attempts;
extern int rearrange_less;
void link_to_base(heptagon *h, heptspin base);
void link_start(heptagon *h);
void link_next(heptagon *h, int d);