diff options
Diffstat (limited to 'src/cube.h')
| -rw-r--r-- | src/cube.h | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -21,7 +21,12 @@ bool iserror(cube_t); | |||
| 21 | int readmoves(char *, move_t *); | 21 | int readmoves(char *, move_t *); |
| 22 | void writemoves(move_t *, int, char *); | 22 | void writemoves(move_t *, int, char *); |
| 23 | 23 | ||
| 24 | trans_t readtrans(char *); | ||
| 25 | void writetrans(trans_t, char *); | ||
| 26 | |||
| 24 | cube_t move(cube_t, move_t); | 27 | cube_t move(cube_t, move_t); |
| 25 | cube_t inverse(cube_t); | 28 | cube_t inverse(cube_t); |
| 26 | cube_t compose(cube_t, cube_t); | 29 | cube_t compose(cube_t, cube_t); |
| 30 | |||
| 31 | /* See utils/TRANSFORMATIONS.txt for how transformations are applied */ | ||
| 27 | cube_t transform(cube_t, trans_t); | 32 | cube_t transform(cube_t, trans_t); |
