export adjcheck, strafedist

This commit is contained in:
Zeno Rogue 2019-10-12 11:21:46 +02:00
parent 54a9345777
commit 0a465a7af5
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ EX namespace reg3 {
EX transmatrix spins[12], adjmoves[12];
ld adjcheck, strafedist;
EX ld adjcheck;
EX ld strafedist;
EX bool dirs_adjacent[16][16];
template<class T> ld binsearch(ld dmin, ld dmax, const T& f) {