00001 #include "algomaker.h" 00002 #include "findmatesalgo.h" 00003 00004 char findMatesAlgo[]="Find Mates"; 00005 const bool findMatesPopsup=true; 00006 template 00007 const AlgoMakerTP< FindMatesAlgo, findMatesAlgo, findMatesPopsup > AlgoMakerTP< FindMatesAlgo, findMatesAlgo, findMatesPopsup >::registerThis;