diff options
Diffstat (limited to 'src/cube.h')
| -rw-r--r-- | src/cube.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -23,6 +23,9 @@ bool is_solved_center(Cube cube, Center c); | |||
| 23 | bool is_solved_corner(Cube cube, Corner c); | 23 | bool is_solved_corner(Cube cube, Corner c); |
| 24 | bool is_solved_edge(Cube cube, Edge e); | 24 | bool is_solved_edge(Cube cube, Edge e); |
| 25 | void epos_to_partial_ep(int epos, int *ep, int *ss); | 25 | void epos_to_partial_ep(int epos, int *ep, int *ss); |
| 26 | void epos_to_compatible_ep(int epos, int *ep, int *ss); | ||
| 27 | void fix_eorleoud(CubeArray *arr); | ||
| 28 | void fix_cofbcorl(CubeArray *arr); | ||
| 26 | Cube fourval_to_cube(int eofb, int ep, int coud, int cp); | 29 | Cube fourval_to_cube(int eofb, int ep, int coud, int cp); |
| 27 | void free_cubearray(CubeArray *arr, PieceFilter f); | 30 | void free_cubearray(CubeArray *arr, PieceFilter f); |
| 28 | Cube move_via_arrays(CubeArray *arr, Cube c, PieceFilter pf); | 31 | Cube move_via_arrays(CubeArray *arr, Cube c, PieceFilter pf); |
