diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-08 10:05:21 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-08 10:05:21 +0100 |
| commit | 61ae2bd88751a291f97e6f0ee36563e898cacac8 (patch) | |
| tree | 5773b7a475ba878871daa28d75c1f39475e582b6 /cube.h | |
| parent | 7b48583d629d33971e9f1d5e7aa4ca7f11d8a032 (diff) | |
| download | nissy-core-61ae2bd88751a291f97e6f0ee36563e898cacac8.tar.gz nissy-core-61ae2bd88751a291f97e6f0ee36563e898cacac8.zip | |
Small refactoring
Diffstat (limited to 'cube.h')
| -rw-r--r-- | cube.h | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -21,7 +21,6 @@ cube_t readcube(format_t, char *); /* Supports: H48 */ | |||
| 21 | void writecube(format_t, cube_t, char *); /* Supports: AVX, H48, SRC */ | 21 | void writecube(format_t, cube_t, char *); /* Supports: AVX, H48, SRC */ |
| 22 | 22 | ||
| 23 | cube_t solvedcube(void); | 23 | cube_t solvedcube(void); |
| 24 | cube_t zerocube(void); | ||
| 25 | bool issolvable(cube_t); | 24 | bool issolvable(cube_t); |
| 26 | bool equal(cube_t, cube_t); | 25 | bool equal(cube_t, cube_t); |
| 27 | bool issolved(cube_t); | 26 | bool issolved(cube_t); |
