aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-01 19:26:09 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-01 19:26:09 +0100
commit08efbd62ef956327924aaea1fcfa97fde4dc1678 (patch)
tree656d9f6ab50eee73a6e7fd79098e0dcfa1fc9034 /src/cube.h
parentd65ce8e86b517ef3f7d48cf5ded1101444e05b2b (diff)
downloadnissy-core-08efbd62ef956327924aaea1fcfa97fde4dc1678.tar.gz
nissy-core-08efbd62ef956327924aaea1fcfa97fde4dc1678.zip
Reworked moves and transformations, moved some stuff
Diffstat (limited to '')
-rw-r--r--src/cube.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cube.h b/src/cube.h
index fd0d3e8..9ddeefa 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -16,9 +16,6 @@ void writemoves(move_t *, int, char *);
16trans_t readtrans(char *); 16trans_t readtrans(char *);
17void writetrans(trans_t, char *); 17void writetrans(trans_t, char *);
18 18
19move_t inverse_move(move_t);
20trans_t inverse_trans(trans_t);
21
22typedef enum {H48, SRC} format_t; 19typedef enum {H48, SRC} format_t;
23cube_t readcube(format_t, char *); /* Supports: H48 */ 20cube_t readcube(format_t, char *); /* Supports: H48 */
24void writecube(format_t, cube_t, char *); /* Supports: H48, SRC */ 21void writecube(format_t, cube_t, char *); /* Supports: H48, SRC */

Generated with cgit - Back to sebastiano.tronto.net