diff options
Diffstat (limited to 'src/solvers/solutions.h')
| -rw-r--r-- | src/solvers/solutions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/solutions.h b/src/solvers/solutions.h index b7a848b..f9bed75 100644 --- a/src/solvers/solutions.h +++ b/src/solvers/solutions.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_SOLUTIONS_H | ||
| 2 | #define SOLVERS_SOLUTIONS_H | ||
| 3 | |||
| 1 | STATIC void solution_moves_reset(solution_moves_t [NON_NULL]); | 4 | STATIC void solution_moves_reset(solution_moves_t [NON_NULL]); |
| 2 | STATIC void solution_moves_transform(solution_moves_t [NON_NULL], size_t, | 5 | STATIC void solution_moves_transform(solution_moves_t [NON_NULL], size_t, |
| 3 | uint8_t); | 6 | uint8_t); |
| @@ -338,3 +341,5 @@ solutions_done( | |||
| 338 | depth > list->shortest_sol + settings->optimal || | 341 | depth > list->shortest_sol + settings->optimal || |
| 339 | list->nsols >= settings->maxsolutions; | 342 | list->nsols >= settings->maxsolutions; |
| 340 | } | 343 | } |
| 344 | |||
| 345 | #endif /* SOLVERS_SOLUTIONS_H */ | ||
