diff options
Diffstat (limited to 'src/solvers/coord/solve.h')
| -rw-r--r-- | src/solvers/coord/solve.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/coord/solve.h b/src/solvers/coord/solve.h index 6bb9af2..9a0c63c 100644 --- a/src/solvers/coord/solve.h +++ b/src/solvers/coord/solve.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_COORD_SOLVE_H | ||
| 2 | #define SOLVERS_COORD_SOLVE_H | ||
| 3 | |||
| 1 | typedef struct { | 4 | typedef struct { |
| 2 | cube_t cube; | 5 | cube_t cube; |
| 3 | cube_t inverse; | 6 | cube_t inverse; |
| @@ -400,3 +403,5 @@ solve_coord_error_unsolvable: | |||
| 400 | LOG("[%s solve] Error: cube not ready\n", coord->name); | 403 | LOG("[%s solve] Error: cube not ready\n", coord->name); |
| 401 | return NISSY_ERROR_UNSOLVABLE_CUBE; | 404 | return NISSY_ERROR_UNSOLVABLE_CUBE; |
| 402 | } | 405 | } |
| 406 | |||
| 407 | #endif /* SOLVERS_COORD_SOLVE_H */ | ||
