Definition in file GoStaticLadder.cpp.
#include "SgSystem.h"
#include "GoStaticLadder.h"
#include "GoBoard.h"
Go to the source code of this file.
Functions | |
bool | GoStaticLadder::IsEdgeLadder (const GoBoard &bd, SgPoint target, SgBlackWhite toPlay) |
Return true, if block can be captured in a ladder running along the edge. | |
bool | GoStaticLadder::IsLadder (const GoBoard &bd, SgPoint target, SgBlackWhite toPlay) |
Return true, if block can be captured in a ladder. |