aboutsummaryrefslogtreecommitdiff
path: root/src/core/constants.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:50:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:50:34 +0200
commit1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (patch)
tree3eddf00f6f44356596b688325d4ef197c0e673e0 /src/core/constants.h
parentaa306fa0a2047f30d585da7923f963e8d321aa0b (diff)
downloadnissy-core-1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88.tar.gz
nissy-core-1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88.zip
Added include guardsHEADmasterinclude-guards
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