From 7c24e9a9b02b04dcaf9507acb94091ea70a2c02d Mon Sep 17 00:00:00 2001 From: Xavi Del Campo Date: Fri, 31 Jan 2020 10:32:23 +0100 Subject: Imported pristine psxsdk-20190410 from official repo --- libfixmath/fixmath.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 libfixmath/fixmath.h (limited to 'libfixmath/fixmath.h') 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 +#include +#include +#include + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3