From f7d6bec5a3b79425dab88043a10efad80e26fcb4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 9 Apr 2025 16:49:51 +0200 Subject: Add an opinionated C++20 adapter --- src/nissy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nissy.h') diff --git a/src/nissy.h b/src/nissy.h index a6a0ac1..816e03a 100644 --- a/src/nissy.h +++ b/src/nissy.h @@ -23,6 +23,7 @@ for example 'rotation UF' or 'mirrored BL'. /* Some constants for size for I/O buffers */ #define NISSY_SIZE_B32 22U #define NISSY_SIZE_H48 88U +#define NISSY_SIZE_CUBE_MAX NISSY_SIZE_H48 #define NISSY_SIZE_TRANSFORMATION 12U #define NISSY_SIZE_SOLVE_STATS 10U #define NISSY_SIZE_DATAID 255U @@ -39,7 +40,6 @@ for example 'rotation UF' or 'mirrored BL'. /* The solved cube in B32 format */ #define NISSY_SOLVED_CUBE "ABCDEFGH=ABCDEFGHIJKL" - /* Error codes ***************************************************************/ /* -- cgit v1.3