aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cubetypes.h')
-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