diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-09 20:06:19 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-09 20:06:19 +0200 |
| commit | 0b1930307f41db3ea7552d6b2f4666b33c64d26a (patch) | |
| tree | 6a2558e391f5cc14fa22770cb2791e4a85d84e5e /src/cube.c | |
| parent | b218c803ae1110b08b4896be0a59177e280c9091 (diff) | |
| download | nissy-core-0b1930307f41db3ea7552d6b2f4666b33c64d26a.tar.gz nissy-core-0b1930307f41db3ea7552d6b2f4666b33c64d26a.zip | |
More cleanup
Diffstat (limited to 'src/cube.c')
| -rw-r--r-- | src/cube.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -31,8 +31,10 @@ | |||
| 31 | #include "cube_portable.h" | 31 | #include "cube_portable.h" |
| 32 | #endif | 32 | #endif |
| 33 | 33 | ||
| 34 | #include "io_move_trans.h" | ||
| 34 | #include "constant_cubes.h" | 35 | #include "constant_cubes.h" |
| 35 | #include "cube_generic.h" | 36 | #include "cube_generic.h" |
| 37 | #include "io_cube.h" | ||
| 36 | 38 | ||
| 37 | /* TODO: work in progress */ | 39 | /* TODO: work in progress */ |
| 38 | #if 0 | 40 | #if 0 |
