diff --git a/pattern2.cpp b/pattern2.cpp index 09bbf3ed..0b2d3e2c 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -81,7 +81,7 @@ bool ishex2(cell *c) { else return c->master->c7 != c; } -int chessvalue(cell *c) { +EX int chessvalue(cell *c) { #if CAP_ARCM if(arcm::in()) return arcm::chessvalue(c);