aboutsummaryrefslogtreecommitdiff
path: root/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'cube.h')
-rw-r--r--cube.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cube.h b/cube.h
index c4effbe..a588ba4 100644
--- a/cube.h
+++ b/cube.h
@@ -21,7 +21,6 @@ cube_t readcube(format_t, char *); /* Supports: H48 */
21void writecube(format_t, cube_t, char *); /* Supports: AVX, H48, SRC */ 21void writecube(format_t, cube_t, char *); /* Supports: AVX, H48, SRC */
22 22
23cube_t solvedcube(void); 23cube_t solvedcube(void);
24cube_t zerocube(void);
25bool issolvable(cube_t); 24bool issolvable(cube_t);
26bool equal(cube_t, cube_t); 25bool equal(cube_t, cube_t);
27bool issolved(cube_t); 26bool issolved(cube_t);

Generated with cgit - Back to sebastiano.tronto.net