diff options
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index d4fa241..565dddb 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -103,6 +103,7 @@ typedef struct threaddatagenpt ThreadDataGenpt; | |||
| 103 | typedef struct transgroup TransGroup; | 103 | typedef struct transgroup TransGroup; |
| 104 | 104 | ||
| 105 | typedef bool (*Checker) (Cube *); | 105 | typedef bool (*Checker) (Cube *); |
| 106 | typedef bool (*CubeTester) (Cube *, Alg *); | ||
| 106 | typedef bool (*DfsMover) (DfsArg *); | 107 | typedef bool (*DfsMover) (DfsArg *); |
| 107 | typedef void (*DfsExtraCopier) (void *, void *); | 108 | typedef void (*DfsExtraCopier) (void *, void *); |
| 108 | typedef bool (*Validator) (Alg *); | 109 | typedef bool (*Validator) (Alg *); |
