aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-09 16:49:51 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-09 16:49:51 +0200
commitf7d6bec5a3b79425dab88043a10efad80e26fcb4 (patch)
tree1a7b4c448069d8883e7dcd771b8383d05bf42c07 /src
parentff7cee6df128cbf6b05c57585fd9b8ca8f3665f4 (diff)
downloadnissy-core-f7d6bec5a3b79425dab88043a10efad80e26fcb4.tar.gz
nissy-core-f7d6bec5a3b79425dab88043a10efad80e26fcb4.zip
Add an opinionated C++20 adapter
Diffstat (limited to 'src')
-rw-r--r--src/nissy.h2
1 files changed, 1 insertions, 1 deletions
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'.
23/* Some constants for size for I/O buffers */ 23/* Some constants for size for I/O buffers */
24#define NISSY_SIZE_B32 22U 24#define NISSY_SIZE_B32 22U
25#define NISSY_SIZE_H48 88U 25#define NISSY_SIZE_H48 88U
26#define NISSY_SIZE_CUBE_MAX NISSY_SIZE_H48
26#define NISSY_SIZE_TRANSFORMATION 12U 27#define NISSY_SIZE_TRANSFORMATION 12U
27#define NISSY_SIZE_SOLVE_STATS 10U 28#define NISSY_SIZE_SOLVE_STATS 10U
28#define NISSY_SIZE_DATAID 255U 29#define NISSY_SIZE_DATAID 255U
@@ -39,7 +40,6 @@ for example 'rotation UF' or 'mirrored BL'.
39/* The solved cube in B32 format */ 40/* The solved cube in B32 format */
40#define NISSY_SOLVED_CUBE "ABCDEFGH=ABCDEFGHIJKL" 41#define NISSY_SOLVED_CUBE "ABCDEFGH=ABCDEFGHIJKL"
41 42
42
43/* Error codes ***************************************************************/ 43/* Error codes ***************************************************************/
44 44
45/* 45/*

Generated with cgit - Back to sebastiano.tronto.net