From 48cd8b6b1779f34ba0507cb697492de83c4e9da8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 27 Feb 2022 15:36:02 +0100 Subject: Moved random_cube() from cube.c to commands.c and fixed a bug in corners only and edges only scrambles. Added fmc scrambles (with R'U'F). Updated manpage for scramble and cleanup. --- src/commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index 7773827..bac71f1 100644 --- a/src/commands.h +++ b/src/commands.h @@ -1,6 +1,8 @@ #ifndef COMMANDS_H #define COMMANDS_H +#include + #include "solve.h" #include "steps.h" -- cgit v1.3