aboutsummaryrefslogtreecommitdiff
path: root/src/core/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/constants.h')
-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