aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cubetypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h
index 3f350af..27666be 100644
--- a/src/cubetypes.h
+++ b/src/cubetypes.h
@@ -100,6 +100,7 @@ typedef uint64_t (*Indexer) (Cube);
100typedef bool (*Moveset) (Move); 100typedef bool (*Moveset) (Move);
101typedef CommandArgs * (*ArgParser) (int, char **); 101typedef CommandArgs * (*ArgParser) (int, char **);
102typedef Trans (*TransDetector) (Cube); 102typedef Trans (*TransDetector) (Cube);
103typedef int (*TransFinder) (uint64_t ind, Trans *);
103 104
104 105
105/* Structs *******************************************************************/ 106/* Structs *******************************************************************/
@@ -162,8 +163,7 @@ coordinate
162 Indexer index; 163 Indexer index;
163 AntiIndexer cube; 164 AntiIndexer cube;
164 uint64_t max; 165 uint64_t max;
165 int ntrans; 166 TransFinder trans;
166 Trans * trans;
167}; 167};
168 168
169struct 169struct

Generated with cgit - Back to sebastiano.tronto.net