aboutsummaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-27 15:36:02 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-27 15:36:02 +0100
commit48cd8b6b1779f34ba0507cb697492de83c4e9da8 (patch)
treec3a208fa64c3d37f328984acfb980b3f88e94060 /src/commands.h
parentde0352a2926b0708400a9629c1da813455a6f442 (diff)
downloadnissy-48cd8b6b1779f34ba0507cb697492de83c4e9da8.tar.gz
nissy-48cd8b6b1779f34ba0507cb697492de83c4e9da8.zip
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.
Diffstat (limited to '')
-rw-r--r--src/commands.h2
1 files changed, 2 insertions, 0 deletions
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 @@
1#ifndef COMMANDS_H 1#ifndef COMMANDS_H
2#define COMMANDS_H 2#define COMMANDS_H
3 3
4#include <time.h>
5
4#include "solve.h" 6#include "solve.h"
5#include "steps.h" 7#include "steps.h"
6 8

Generated with cgit - Back to sebastiano.tronto.net