From 1ac26de8dcb76323a5f96eab200a027236cb55d0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 28 Oct 2022 08:01:01 +0200 Subject: Quick push warning message --- src/cubetypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cubetypes.h') 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; typedef struct transgroup TransGroup; typedef bool (*Checker) (Cube *); +typedef bool (*CubeTester) (Cube *, Alg *); typedef bool (*DfsMover) (DfsArg *); typedef void (*DfsExtraCopier) (void *, void *); typedef bool (*Validator) (Alg *); -- cgit v1.3