Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
b51b0a847d7e7daaea69f77ab569086ef81c24a2
/
.
/
src
/
mesa
/
math
/
mathmod.h
blob: f27427d81b4bb87eb854a020ce9355f028264477 [
file
] [
log
] [
blame
]
Keith Whitwell
f4b02d1
2001-01-05 05:31:42 +0000
[
diff
] [
blame
]
1
#ifndef
_MESA_MATH_H_
2
#define
_MESA_MATH_H_
3
Keith Whitwell
f4b02d1
2001-01-05 05:31:42 +0000
[
diff
] [
blame
]
4
extern
void
_math_init
(
void
);
5
6
#endif