mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 12:27:57 +00:00
exporting necessary stuff all over (in progress)
This commit is contained in:
@@ -65,7 +65,7 @@ hstate transition(hstate s, int dir) {
|
||||
#define COMPUTE -1000000
|
||||
|
||||
// create a new heptagon
|
||||
heptagon *buildHeptagon1(heptagon *h, heptagon *parent, int d, hstate s, int pard = 0) {
|
||||
EX heptagon *buildHeptagon1(heptagon *h, heptagon *parent, int d, hstate s, int pard IS(0)) {
|
||||
h->alt = NULL;
|
||||
h->s = s;
|
||||
h->c.connect(pard, parent, d, false);
|
||||
|
Reference in New Issue
Block a user