export added

This commit is contained in:
Zeno Rogue 2018-04-21 17:57:42 +02:00
parent ad93e77bcc
commit fea7392b01
1 changed files with 2 additions and 0 deletions

View File

@ -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&);