diff options
Diffstat (limited to 'src/solvers/coord/drfin.h')
| -rw-r--r-- | src/solvers/coord/drfin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/coord/drfin.h b/src/solvers/coord/drfin.h index 569419b..ec645a2 100644 --- a/src/solvers/coord/drfin.h +++ b/src/solvers/coord/drfin.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_COORD_DRFIN_H | ||
| 2 | #define SOLVERS_COORD_DRFIN_H | ||
| 3 | |||
| 1 | STATIC bool is_drfin_solvable(cube_t); | 4 | STATIC bool is_drfin_solvable(cube_t); |
| 2 | 5 | ||
| 3 | STATIC multicoord_t multicoordinate_drfin = { | 6 | STATIC multicoord_t multicoordinate_drfin = { |
| @@ -15,3 +18,5 @@ is_drfin_solvable(cube_t cube) | |||
| 15 | coord_co(cube) == 0 && | 18 | coord_co(cube) == 0 && |
| 16 | issolvable((oriented_cube_t){.cube = cube, .orientation = 0}); | 19 | issolvable((oriented_cube_t){.cube = cube, .orientation = 0}); |
| 17 | } | 20 | } |
| 21 | |||
| 22 | #endif /* SOLVERS_COORD_DRFIN_H */ | ||
