diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-26 22:42:37 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-26 22:42:37 +0100 |
| commit | 8cec37cb3e490b06639f2e05df8b947a9333d5d2 (patch) | |
| tree | dcb1039625ae9f7afca90a0348891d29497edd17 /src/cubetypes.h | |
| parent | 975e3eafbae15b93a1a4f160dd781d359a6c717b (diff) | |
| download | nissy-8cec37cb3e490b06639f2e05df8b947a9333d5d2.tar.gz nissy-8cec37cb3e490b06639f2e05df8b947a9333d5d2.zip | |
Added scramble command
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index b002e8b..20e028b 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -156,6 +156,8 @@ commandargs | |||
| 156 | SolveOptions * opts; | 156 | SolveOptions * opts; |
| 157 | Step * step; | 157 | Step * step; |
| 158 | Command * command; /* For help */ | 158 | Command * command; /* For help */ |
| 159 | int n; | ||
| 160 | int scrt; | ||
| 159 | }; | 161 | }; |
| 160 | 162 | ||
| 161 | struct | 163 | struct |
