diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
| commit | 18c9a8b8905304cf5f8fc15825769046a3144866 (patch) | |
| tree | a7807bb32b0a5d9ded7d3cedccc598f64a9b00fe /src/core/core.h | |
| parent | f25a10e19eca294c4e6a99e4f80ce5cfd11a0e5f (diff) | |
| download | nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.tar.gz nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.zip | |
Reorganized folder structure
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 1 | #include "constant_cubes.h" | ||
| 2 | #include "io_moves.h" | ||
| 3 | #include "io_trans.h" | ||
| 4 | #include "cube.h" | ||
| 5 | #include "io_cube.h" | ||
| 6 | #include "moves.h" | ||
| 7 | |||
| 8 | /* TODO: work in progress */ | ||
| 9 | #if 0 | ||
| 10 | #include "transform.h" | ||
| 11 | #else | ||
| 12 | #include "transform_with_switch.h" | ||
| 13 | #endif | ||
