aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.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/core.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/core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 5e0faaa..d1c0ec1 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -1,6 +1,11 @@
1#ifndef CORE_CORE_H
2#define CORE_CORE_H
3
1#include "core_types.h" 4#include "core_types.h"
2#include "constants.h" 5#include "constants.h"
3#include "cube.h" 6#include "cube.h"
4#include "moves.h" 7#include "moves.h"
5#include "transform.h" 8#include "transform.h"
6#include "oriented_cube.h" 9#include "oriented_cube.h"
10
11#endif /* CORE_CORE_H */

Generated with cgit - Back to sebastiano.tronto.net