diff options
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 4 |
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); | |||
| 100 | typedef bool (*Moveset) (Move); | 100 | typedef bool (*Moveset) (Move); |
| 101 | typedef CommandArgs * (*ArgParser) (int, char **); | 101 | typedef CommandArgs * (*ArgParser) (int, char **); |
| 102 | typedef Trans (*TransDetector) (Cube); | 102 | typedef Trans (*TransDetector) (Cube); |
| 103 | typedef 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 | ||
| 169 | struct | 169 | struct |
