diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 12:15:37 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 12:15:37 +0200 |
| commit | 0de1530f4cea21f2bc0a0e0f1cbf9da016c7bda5 (patch) | |
| tree | a0a64424190588e5f734c257dd312e1f89fcd1eb /src/core/core.h | |
| parent | 80b065f757240af7920862b3e09f32a6dc06d392 (diff) | |
| download | nissy-core-0de1530f4cea21f2bc0a0e0f1cbf9da016c7bda5.tar.gz nissy-core-0de1530f4cea21f2bc0a0e0f1cbf9da016c7bda5.zip | |
Revert table-based transformations
Long live the giant switch!
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/core.h b/src/core/core.h index 429039c..f041178 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -4,10 +4,4 @@ | |||
| 4 | #include "cube.h" | 4 | #include "cube.h" |
| 5 | #include "io_cube.h" | 5 | #include "io_cube.h" |
| 6 | #include "moves.h" | 6 | #include "moves.h" |
| 7 | |||
| 8 | /* TODO: work in progress */ | ||
| 9 | #if 1 | ||
| 10 | #include "transform.h" | 7 | #include "transform.h" |
| 11 | #else | ||
| 12 | #include "transform_with_switch.h" | ||
| 13 | #endif | ||
