From cc5c3f01c6958685130a9a037abaa4dd3df86b20 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 23 Jan 2009 19:29:03 +0000 Subject: Introduce fixed point constants. Range check azimuth angles. svn path=/trunk/libcss/; revision=6183 --- src/utils/fpmath.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils/fpmath.h') diff --git a/src/utils/fpmath.h b/src/utils/fpmath.h index edf6471..c4db605 100644 --- a/src/utils/fpmath.h +++ b/src/utils/fpmath.h @@ -41,5 +41,7 @@ typedef int32_t fixed; /* Convert a fixed point value to an integer */ #define FIXTOINT(a) ((a) >> 10) +#include "utils/fpconstants.h" + #endif -- cgit v1.2.3