diff options
Diffstat (limited to 'libfixmath/fixmath.h')
| -rwxr-xr-x | libfixmath/fixmath.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libfixmath/fixmath.h b/libfixmath/fixmath.h new file mode 100755 index 0000000..3f3cc74 --- /dev/null +++ b/libfixmath/fixmath.h @@ -0,0 +1,23 @@ +#ifndef __libfixmath_fixmath_h__
+#define __libfixmath_fixmath_h__
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+/*!
+ \file fixmath.h
+ \brief Functions to perform fast accurate fixed-point math operations.
+*/
+
+#include <fixmath/uint32.h>
+#include <fixmath/int64.h>
+#include <fixmath/fract32.h>
+#include <fixmath/fix16.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
|
