diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-28 08:01:01 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-28 08:01:01 +0200 |
| commit | 1ac26de8dcb76323a5f96eab200a027236cb55d0 (patch) | |
| tree | ccc1e9e6b13868b9cb485c1386fe00a4110ee829 /src/cubetypes.h | |
| parent | 4da48094d65b4269be7a4d7d2dc9c7d72f2e6869 (diff) | |
| download | nissy-1ac26de8dcb76323a5f96eab200a027236cb55d0.tar.gz nissy-1ac26de8dcb76323a5f96eab200a027236cb55d0.zip | |
Quick push warning message
Diffstat (limited to '')
| -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 *); |
