diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-13 15:48:19 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-13 15:48:19 +0200 |
| commit | 3ab2f98170908277f70191846e84e5dde185a056 (patch) | |
| tree | 4c243866a0c004bc061e56975b48367d0ac276b6 /cube.h | |
| parent | a18d4b0ba97b301193597a963a77a40ef7c2254b (diff) | |
| download | cubecore-3ab2f98170908277f70191846e84e5dde185a056.tar.gz cubecore-3ab2f98170908277f70191846e84e5dde185a056.zip | |
removed fast
Diffstat (limited to 'cube.h')
| -rw-r--r-- | cube.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -33,6 +33,9 @@ bool cube_error(cube_t); | |||
| 33 | cube_t cube_compose(cube_t, cube_t); | 33 | cube_t cube_compose(cube_t, cube_t); |
| 34 | cube_t cube_inverse(cube_t); | 34 | cube_t cube_inverse(cube_t); |
| 35 | 35 | ||
| 36 | int64_t cube_coord_co(cube_t); | ||
| 37 | int64_t cube_coord_eo(cube_t); | ||
| 38 | |||
| 36 | /****************************************************************************** | 39 | /****************************************************************************** |
| 37 | Read / write utilities | 40 | Read / write utilities |
| 38 | 41 | ||
