Return true if we have to print initial board
| 104 | } |
| 105 | /// Return true if we have to print initial board |
| 106 | bool printBoard(void) const { |
| 107 | return _printBoard.value(); |
| 108 | } |
| 109 | }; |
| 110 | |
| 111 | class QCSPMatrixGame : public Script, public QSpaceInfo { |