diff options
Diffstat (limited to 'src/cube.h')
| -rw-r--r-- | src/cube.h | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -16,9 +16,6 @@ void writemoves(move_t *, int, char *); | |||
| 16 | trans_t readtrans(char *); | 16 | trans_t readtrans(char *); |
| 17 | void writetrans(trans_t, char *); | 17 | void writetrans(trans_t, char *); |
| 18 | 18 | ||
| 19 | move_t inverse_move(move_t); | ||
| 20 | trans_t inverse_trans(trans_t); | ||
| 21 | |||
| 22 | typedef enum {H48, SRC} format_t; | 19 | typedef enum {H48, SRC} format_t; |
| 23 | cube_t readcube(format_t, char *); /* Supports: H48 */ | 20 | cube_t readcube(format_t, char *); /* Supports: H48 */ |
| 24 | void writecube(format_t, cube_t, char *); /* Supports: H48, SRC */ | 21 | void writecube(format_t, cube_t, char *); /* Supports: H48, SRC */ |
