diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 15:13:25 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 15:13:25 +0100 |
| commit | 92fe5c67548304af7630ba0dd571b9d95241e412 (patch) | |
| tree | 4f394f944bdb05a28a36ae0442d9d2418cb5fa3c /src/cubetypes.h | |
| parent | fe1343560ef17a700cdf3110d2d2b6305338c041 (diff) | |
| download | nissy-92fe5c67548304af7630ba0dd571b9d95241e412.tar.gz nissy-92fe5c67548304af7630ba0dd571b9d95241e412.zip | |
Added -c option for solve
Diffstat (limited to '')
| -rw-r--r-- | src/cubetypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 7563abb..6d8af21 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -284,6 +284,7 @@ solveoptions | |||
| 284 | bool verbose; | 284 | bool verbose; |
| 285 | bool all; | 285 | bool all; |
| 286 | bool print_number; | 286 | bool print_number; |
| 287 | bool count_only; | ||
| 287 | }; | 288 | }; |
| 288 | 289 | ||
| 289 | struct | 290 | struct |
