From 18c9a8b8905304cf5f8fc15825769046a3144866 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 18 Aug 2024 14:26:45 +0200 Subject: Reorganized folder structure --- src/core/core.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/core/core.h (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h new file mode 100644 index 0000000..6ffd76f --- /dev/null +++ b/src/core/core.h @@ -0,0 +1,13 @@ +#include "constant_cubes.h" +#include "io_moves.h" +#include "io_trans.h" +#include "cube.h" +#include "io_cube.h" +#include "moves.h" + +/* TODO: work in progress */ +#if 0 +#include "transform.h" +#else +#include "transform_with_switch.h" +#endif -- cgit v1.3