diff options
Diffstat (limited to 'src/cube.h')
| -rw-r--r-- | src/cube.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -15,6 +15,9 @@ bool is_admissible(Cube *cube); | |||
| 15 | bool is_solved(Cube *cube); | 15 | bool is_solved(Cube *cube); |
| 16 | void make_solved(Cube *cube); | 16 | void make_solved(Cube *cube); |
| 17 | void print_cube(Cube *cube); | 17 | void print_cube(Cube *cube); |
| 18 | int where_is_center(Center x, Cube *c); | ||
| 19 | int where_is_corner(Corner k, Cube *c); | ||
| 20 | int where_is_edge(Edge e, Cube *c); | ||
| 18 | 21 | ||
| 19 | #endif | 22 | #endif |
| 20 | 23 | ||
