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:
6
hyper.h
6
hyper.h
@@ -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);
|
||||
|
Reference in New Issue
Block a user