diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-10 22:22:03 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-10 22:22:03 +0200 |
| commit | d9f40f59c9f14bef7f87c11da7494f7dcf1457b4 (patch) | |
| tree | d8d63db63a9558b0befbd0ec6c267dd13be20dfa /src/cube.c | |
| parent | 832ad3dcf3818e57c53304ea9b09a943e785a16b (diff) | |
| download | nissy-core-d9f40f59c9f14bef7f87c11da7494f7dcf1457b4.tar.gz nissy-core-d9f40f59c9f14bef7f87c11da7494f7dcf1457b4.zip | |
Started cube.h refactor
Diffstat (limited to 'src/cube.c')
| -rw-r--r-- | src/cube.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -47,3 +47,5 @@ | |||
| 47 | #include "moves.h" | 47 | #include "moves.h" |
| 48 | #include "solve_h48.h" | 48 | #include "solve_h48.h" |
| 49 | #include "solve_generic.h" | 49 | #include "solve_generic.h" |
| 50 | |||
| 51 | #include "cube_public.h" | ||
