aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-10 23:30:20 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-10 23:30:20 +0100
commit3bfd0bb403d62bd942d1912d085ea59b156062fd (patch)
tree913ddcf693d89009fa033e245b997e27211d00ef /src/cubetypes.h
parent374c33d1412f8f3a35dd3eb874dcaef82d60fff4 (diff)
downloadnissy-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.h4
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
127struct 131struct

Generated with cgit - Back to sebastiano.tronto.net