summaryrefslogtreecommitdiff
path: root/src/mesa/math/mathmod.h
blob: 35091a7aae80fcdcd06729cefc474922b385b3d1 (plain)
1
2
3
4
5
6
7
8
#ifndef _MESA_MATH_H_
#define _MESA_MATH_H_

#include <math.h>

extern void _math_init( void );

#endif