diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-01 19:26:09 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-01 19:26:09 +0100 |
| commit | 08efbd62ef956327924aaea1fcfa97fde4dc1678 (patch) | |
| tree | 656d9f6ab50eee73a6e7fd79098e0dcfa1fc9034 /src/cube.h | |
| parent | d65ce8e86b517ef3f7d48cf5ded1101444e05b2b (diff) | |
| download | nissy-core-08efbd62ef956327924aaea1fcfa97fde4dc1678.tar.gz nissy-core-08efbd62ef956327924aaea1fcfa97fde4dc1678.zip | |
Reworked moves and transformations, moved some stuff
Diffstat (limited to '')
| -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 */ |
