added dual geometry puzzle generator

This commit is contained in:
Zeno Rogue
2020-01-28 17:58:55 +01:00
parent 27e19ca5ca
commit 9c25804a05
6 changed files with 272 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ EX bool wrongMode(char flags) {
if(yendor::on) return true;
if(peace::on) return true;
if(tactic::on) return true;
if(dpgen::in) return true;
#if CAP_TOUR
if(tour::on) return true;
#endif