diff options
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/coord/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/coord/common.h b/src/solvers/coord/common.h index 3a62e85..8e6db20 100644 --- a/src/solvers/coord/common.h +++ b/src/solvers/coord/common.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_COORD_COMMON_H | ||
| 2 | #define SOLVERS_COORD_COMMON_H | ||
| 3 | |||
| 1 | STATIC uint64_t coord_coord_generic( | 4 | STATIC uint64_t coord_coord_generic( |
| 2 | const coord_t [NON_NULL], cube_t, const unsigned char *); | 5 | const coord_t [NON_NULL], cube_t, const unsigned char *); |
| 3 | STATIC cube_t coord_cube_generic( | 6 | STATIC cube_t coord_cube_generic( |
| @@ -229,3 +232,5 @@ coordinate_merge_cpco(cube_t cp, cube_t co) | |||
| 229 | 232 | ||
| 230 | return merged; | 233 | return merged; |
| 231 | } | 234 | } |
| 235 | |||
| 236 | #endif /* SOLVERS_COORD_COMMON_H */ | ||
