diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-10 23:30:20 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-10 23:30:20 +0100 |
| commit | 3bfd0bb403d62bd942d1912d085ea59b156062fd (patch) | |
| tree | 913ddcf693d89009fa033e245b997e27211d00ef /src/cubetypes.h | |
| parent | 374c33d1412f8f3a35dd3eb874dcaef82d60fff4 (diff) | |
| download | nissy-3bfd0bb403d62bd942d1912d085ea59b156062fd.tar.gz nissy-3bfd0bb403d62bd942d1912d085ea59b156062fd.zip | |
Added (just a few) tests for alg and added fields to alg struct
Diffstat (limited to '')
| -rw-r--r-- | src/cubetypes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 565dddb..8d38904 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -122,6 +122,10 @@ alg | |||
| 122 | bool * inv; | 122 | bool * inv; |
| 123 | int len; | 123 | int len; |
| 124 | int allocated; | 124 | int allocated; |
| 125 | Move * move_normal; | ||
| 126 | int len_normal; | ||
| 127 | Move * move_inverse; | ||
| 128 | int len_inverse; | ||
| 125 | }; | 129 | }; |
| 126 | 130 | ||
| 127 | struct | 131 | struct |
