mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
export added
This commit is contained in:
parent
ad93e77bcc
commit
fea7392b01
2
hyper.h
2
hyper.h
@ -2577,6 +2577,8 @@ extern transmatrix invheptmove[MAX_EDGE], invhexmove[MAX_EDGE];
|
||||
static const struct wstep_t { wstep_t() {} } wstep;
|
||||
static const struct wmirror_t { wmirror_t() {}} wmirror;
|
||||
|
||||
heptspin operator + (const heptspin& hs, wstep_t);
|
||||
|
||||
// heptspin hsstep(const heptspin &hs, int spin);
|
||||
|
||||
extern void fixmatrix(transmatrix&);
|
||||
|
Loading…
Reference in New Issue
Block a user