From f4b02d1a2675d4a0699b8995a422fbd413c32301 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 5 Jan 2001 05:31:42 +0000 Subject: various compilation/warning fixes --- src/mesa/math/mathmod.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mesa/math/mathmod.h (limited to 'src/mesa/math/mathmod.h') diff --git a/src/mesa/math/mathmod.h b/src/mesa/math/mathmod.h new file mode 100644 index 0000000000..35091a7aae --- /dev/null +++ b/src/mesa/math/mathmod.h @@ -0,0 +1,8 @@ +#ifndef _MESA_MATH_H_ +#define _MESA_MATH_H_ + +#include + +extern void _math_init( void ); + +#endif -- cgit v1.2.3