diff options
Diffstat (limited to 'src/mesa/math/mathmod.h')
-rw-r--r-- | src/mesa/math/mathmod.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/math/mathmod.h b/src/mesa/math/mathmod.h new file mode 100644 index 00000000000..35091a7aae8 --- /dev/null +++ b/src/mesa/math/mathmod.h @@ -0,0 +1,8 @@ +#ifndef _MESA_MATH_H_ +#define _MESA_MATH_H_ + +#include <math.h> + +extern void _math_init( void ); + +#endif |