aboutsummaryrefslogtreecommitdiff
path: root/src/core/constants.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:58:25 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-17 22:25:03 +0200
commit446f56c8752071ba64c7ec22968b2417c9465c8e (patch)
treefa3d07dae927d563fb67723f9e8a625cd1258eae /src/core/constants.h
parent2f9d00075b0d236ecd8431761bb045e6aa088001 (diff)
parent1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (diff)
downloadnissy-core-446f56c8752071ba64c7ec22968b2417c9465c8e.tar.gz
nissy-core-446f56c8752071ba64c7ec22968b2417c9465c8e.zip
Merge branch 'master' into twostep-solver
Diffstat (limited to '')
-rw-r--r--src/core/constants.h5
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 */

Generated with cgit - Back to sebastiano.tronto.net