diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/common.h b/src/arch/common.h index 346403b..802790c 100644 --- a/src/arch/common.h +++ b/src/arch/common.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | STATIC void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); | 1 | STATIC void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); |
| 2 | STATIC_INLINE bool equal(cube_t, cube_t); | 2 | STATIC_INLINE bool equal(cube_t, cube_t); |
| 3 | STATIC_INLINE cube_t invertco(cube_t); | 3 | STATIC_INLINE cube_t invertco(cube_t); |
| 4 | STATIC_INLINE cube_t compose_epcpeo(cube_t, cube_t); | ||
| 5 | STATIC_INLINE cube_t compose_edges(cube_t, cube_t); | 4 | STATIC_INLINE cube_t compose_edges(cube_t, cube_t); |
| 6 | STATIC_INLINE cube_t compose_corners(cube_t, cube_t); | 5 | STATIC_INLINE cube_t compose_corners(cube_t, cube_t); |
| 7 | STATIC_INLINE cube_t compose(cube_t, cube_t); | 6 | STATIC_INLINE cube_t compose(cube_t, cube_t); |
