From 6e0f63d8f4608ce32c161691f490914650f4f5c1 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 5 Sep 2024 17:01:28 +0200 Subject: Added test for premove and a comment --- src/core/moves.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/core/moves.h b/src/core/moves.h index b542235..5d08a66 100644 --- a/src/core/moves.h +++ b/src/core/moves.h @@ -111,6 +111,7 @@ move(cube_t c, uint8_t m) } } +/* Applies the INVERSE of m BEFORE the scramble corresponding to c */ STATIC cube_t premove(cube_t c, uint8_t m) { -- cgit v1.3