From 445364a4b495c275e2723a05e7f4be0090ba5d0a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 9 Oct 2022 18:12:39 +0200 Subject: Finished fst, added tests. STILL NOT WORKING. --- src/cube.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cube.h') diff --git a/src/cube.h b/src/cube.h index 9f8b23d..789bb2e 100644 --- a/src/cube.h +++ b/src/cube.h @@ -15,6 +15,9 @@ bool is_admissible(Cube *cube); bool is_solved(Cube *cube); void make_solved(Cube *cube); void print_cube(Cube *cube); +int where_is_center(Center x, Cube *c); +int where_is_corner(Corner k, Cube *c); +int where_is_edge(Edge e, Cube *c); #endif -- cgit v1.3