psxsdk/libfixmath/fixmath.h

24 lines
375 B
C
Executable File

#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