diff options
Diffstat (limited to '')
| -rw-r--r-- | src/nissy.h | 2 |
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 | /* |
