diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:58:25 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:58:25 +0200 |
| commit | f07093968e2a5152a0e4a587e89a6582db7135e3 (patch) | |
| tree | 9569a4dc4697f37acc1295cb5a515c973023dcb5 /src/core/constants.h | |
| parent | 2f9d00075b0d236ecd8431761bb045e6aa088001 (diff) | |
| parent | 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (diff) | |
| download | nissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.tar.gz nissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.zip | |
Merge branch 'master' into twostep-solver
Diffstat (limited to 'src/core/constants.h')
| -rw-r--r-- | src/core/constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/constants.h b/src/core/constants.h index 076a483..7e51f67 100644 --- a/src/core/constants.h +++ b/src/core/constants.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef CORE_CONSTANTS_H | ||
| 2 | #define CORE_CONSTANTS_H | ||
| 3 | |||
| 1 | #define ZERO_ORIENTED_CUBE ((oriented_cube_t) {0}) | 4 | #define ZERO_ORIENTED_CUBE ((oriented_cube_t) {0}) |
| 2 | #define SOLVED_ORIENTED_CUBE \ | 5 | #define SOLVED_ORIENTED_CUBE \ |
| 3 | ((oriented_cube_t) { .cube = SOLVED_CUBE, .orientation = 0 }) | 6 | ((oriented_cube_t) { .cube = SOLVED_CUBE, .orientation = 0 }) |
| @@ -913,3 +916,5 @@ STATIC uint8_t basic_to_rotation[] = { | |||
| 913 | [MOVE_B2] = MOVE_z2, | 916 | [MOVE_B2] = MOVE_z2, |
| 914 | [MOVE_B3] = MOVE_z, | 917 | [MOVE_B3] = MOVE_z, |
| 915 | }; | 918 | }; |
| 919 | |||
| 920 | #endif /* CORE_CONSTANTS_H */ | ||
