From 3bfd0bb403d62bd942d1912d085ea59b156062fd Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 10 Feb 2023 23:30:20 +0100 Subject: Added (just a few) tests for alg and added fields to alg struct --- src/cubetypes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cubetypes.h') 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 bool * inv; int len; int allocated; + Move * move_normal; + int len_normal; + Move * move_inverse; + int len_inverse; }; struct -- cgit v1.3