diff options
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index c284d4a..f32dfea 100644 --- a/src/types.h +++ b/src/types.h @@ -79,4 +79,5 @@ typedef struct { velocity_t velocity; covariance_t covariance; } message; +double aboveWater(const Quaterniond &q); #endif /* ----- #ifndef types_INC ----- */ |